0.0.1 • Published 8 years ago

shipmate v0.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

One command to publish a module to npm with tons of checks to make sure your code does not break. Especially tailored to projects with lots of npm linked modules.

Install

npm i -g shipmate

Usage

To configure a project run

shipmate setup

To ship or check the status of your repo, run

shipmate

Advanced Usage

Usage: shipmate

Default command: publish

Commands:
  publish     Run checks and publish to npm
  hooks       Git hooks
  deps        Update dependencies in package.json
  dependents  Manage packages depending on this one

Options:
  --help  Show help                                                    [boolean]