1.0.2 • Published 7 years ago

my-git-tools v1.0.2

Weekly downloads
4
License
MIT
Repository
-
Last release
7 years ago

My-git-tools

Generate a changelog from git commits.

Installation

You can either install it as a dev dependency to be referenced in your npm scripts, or you can install this module globally to be used for all of your repos on your local machine.

$ npm i my-git-tools -D # install it as a dev dependency
# OR
$ npm i my-git-tools -g # install it globally