Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 554 Bytes

File metadata and controls

40 lines (24 loc) · 554 Bytes

Installation

Install dependencies

Requirements

Install system dependencies

Install Node.js - follow instructions in gist.

Clone

$ git clone git@github.com:MichaelCurrin/auto-commit-msg.git
$ cd auto-commit-msg

Install project dependencies

$ make install

Upgrade project dependencies

For project maintainers.

$ make outdated
$ make upgrade