Automate most common gitflow process steps for NPM repositories
Manages git branches according to gitflow.
Updates version for NPM and Lerna projects.
Add as dev dependency to you project.
Use in a console or as a part of CI process.
feature-start <feature-name>
feature-finish
release-start
release-finish