nob

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i nob

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • kingkabir