Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor4312/bump-module
https://github.com/connor4312/bump-module
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/connor4312/bump-module
- Owner: connor4312
- License: mit
- Created: 2016-07-30T15:54:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T01:30:29.000Z (over 8 years ago)
- Last Synced: 2024-10-25T22:11:45.851Z (about 2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# bump-module
![](https://peet.io/i/16-07-1m1cc41t4nfd6ub771lx5sgei0nlem.gif)
Automagic module bumping in the style of [np](https://github.com/sindresorhus/np).
### Installation
```
npm install -g bump-module
```### Usage
```
➜ bump --help
bump -- npm argumentsOptions:
--yolo Omits running tests after bumping the dependency. [boolean]
--push Commits and pushes the update after installing. [boolean]
```