0.0.1 • Published 9 years ago

nob v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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