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

@reyco1/bump

v1.2.5

Published

Easy versioning for all your projects

Downloads

169

Maintainers

reyco1reyco1

Keywords

versioningversionbumpbumpversionversioningversioning toolversioning tool for nodeversioning tool for npmversioning tool for javascriptversioning tool for nodejsversioning tool for npm packagesversioning tool for javascript packagesversioning tool for nodejs packagesversioning tool for npm projectsversioning tool for javascript projectsversioning tool for nodejs projectsversioning tool for npm modulesversioning tool for javascript modulesversioning tool for nodejs modulesversioning tool for npm packagesversioning tool for javascript packagesversioning tool for nodejs packagesversioning tool for npm projectsversioning tool for javascript projectsversioning tool for nodejs projectsversioning tool for npm modulesversioning tool for javascript modulesversioning tool for nodejs modulesversioning tool for npm packagesversioning tool for javascript packagesversioning tool for nodejs packagesversioning tool for npm projectsversioning tool for javascript projectsversioning tool for nodejs projectsversioning tool for npm modulesversioning tool for javascript modulesversioning tool for nodejs modulesversioning tool for npm packagesversioning tool for javascript packagesversioning tool for nodejs packagesversioning tool for npm projectsversioning tool for javascript projectsversioning tool for nodejs projectsversioning tool for npm modulesversioning tool for javascript modulesversioning tool for nodejs modulesversioning tool for npm packagesversioning tool for javascript packagesversioning tool for nodejs packagesversioning tool for npm projectsversioning tool for javascript projectsversioning tool for nodejs projectsversioning tool for npm modulesversioning tool for javascript modulesversioning tool for nodejs modulesversioning tool for npm packagesversioning tool for javascript packagesversioning tool for nodejs packagesversioning tool for npm projectsversioning tool for javascript projectsversioning tool for nodejs projectsversioning tool for npm modulesversioning tool for javascript modulesversioning tool for nodejs modulesversioning tool for npmversion number cli toolversion number cli tool for nodeversion number cli tool for npmversion number cli tool for javascriptversion number cli tool for nodejsversion number cli tool for npm packagesversion number cli tool for javascript packagesversion number cli tool for nodejs packagesversion number cli tool for npm projectsversion number cli tool for javascript projectsversion number cli tool for nodejs projectsversion number cli tool for npm modulesversion number cli tool for javascript modulesversion number cli tool for nodejs modules

Readme

@reyco1/bump

GitHub license GitHub issues GitHub code size in bytes npm npm

Bump is a simple yet powerful command line utility that allows you to maintain your projects semver version.

You can configure it to update the version in a standalone json file as well as your package.json, and it can also automatically commit and publish the changes.

Rationale

An easy to use cli to bump the semver version of a JSON file.

Installation

npm i @reyco1/bump -g

After installation is complete. In order to add Bump to any project, go to the project root and run the following command and follow the instructions:

bump --init

Command-line example

If you simply run the bump command on your timeline, you will be asked which part of your semver version number you would like to increment: major, minor, patch. Once you make a selection, your version json file (and optionally your package.json file) will have their version numbers updated.

bump

The following command will increment your patch version as well as ask you for a commit message and then commit your code prefixing the message with your complete version number and then publishes the code.

bump -c -s patch

Usage

Usage: bump [options] [command]

Commands:

| Command | Description | |--|--| | help | Display help | | version | Display version |

Options:

| Flag | Description | |--|--| | -i, --init | Initialize the bump config file | | -c, --commit | Determines if the code should be committed and pushed | | -d, --display | Displays the latest version | | -h, --help | Output usage information | | -s, --semver | major, minor or patch | | -t, --tag | determines if the code should be tagged | | -v, --version | Output the bump tool version number |

License

(MIT License)

Copyright (c) 2023 Rey Columna Email: [email protected] Website: https://reyco.me

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.