nob
v0.0.1
Published
Feature Rich `npm publish`
Downloads
4
Maintainers
Readme
np
A better
npm publish
Why
- Ensures the working directory is clean and that there are no unpulled changes
- Reinstalls dependencies to ensure your project works with the latest dependency tree
- Runs the tests
- Bumps the version in package.json and creates a git tag
- Publishes the new version to npm
- Pushes commits and tags to GitHub
Install
$ npm install nob
Usage
nob [patch | minor | major | <version>]
# `patch` is default
License
MIT © Kabir Shah