npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

itsbz-onever

v1.0.15

Published

Manage application version in given packages

Downloads

6

Readme

onever :: One version tool

A simple tool for NodeJS projects to manage single version of all modules.

Installation

yarn add itsbz-onever

or

npm install itsbz-onever

Usage

itsbz-onever --help
itsbz-onever init
itsbz-onever get
itsbz-onever set 1.0.1
itsbz-onever inc patch
itsbz-onever inc minor
itsbz-onever inc major
itsbz-onever apply

Output sample

screen_console

Contributing

  1. Create project directory: mkdir itsbz-onever && cd $_
  2. Clone repo: git clone https://gitlab.com/its.bz/npm/onever.git ./
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D

Bugs

Submit bugs here

History

1.0.15 @ 29 March 2023  
- Upgrade app version  
- Update publish script

1.0.14 @ 29 March 2023  
- Update publish script  
- Upgrade app version  
- Update publish script  
- Update publish script

1.0.13 @ 29 March 2023  
- Update publish script  
- Fix missing path for calling join  
- Fix missing path for calling join

1.0.12 @ 29 March 2023  
- Packages upgrade and some typo  
- Fix missing path for calling join  
- Packages upgrade and some typo

1.0.11 @ 22 September 2022  
- Packages upgrade and some typo

1.0.10 @ 23 November 2020  
- Fix npm publish command in the publish.sh script file.

1.0.9 @ 23 November 2020  
- Fix git push command in the publish.sh script file.

1.0.8 @ 23 November 2020  
- Change colors of Apply function results.

1.0.7 @ 22 November 2020  
- Add yarn command pub to run publish.sh script

1.0.6 @ 22 November 2020  
- Done with publish.sh script  
- Add option --machine to ```get``` command

1.0.5 @ 22 November 2020  
- Add publish.sh script (alpha)

1.0.4 @ 22 November 2020  
- Update history

1.0.3 @ 22 November 2020  
- Add README with changelog and all functionality  
- Add history and link to bugtracker  
- Fix screenshot, add some yarn commands  
- Fix version  
- Initial commit

1.0.0 @ 22 November 2020  
- Add README with changelog and all functionality

Credits

Contact us: [email protected]
Our site: its.bz

License

MIT