shipmate
v0.0.1
Published
<h1 align="center"> <img src="https://cloud.githubusercontent.com/assets/281413/15452182/4bdabebc-2029-11e6-92ed-4c478a86dbaf.jpg" alt="shipmate"> </h1>
Downloads
4
Readme
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]