Skip to content

Commit

Permalink
docs(commit): Add commit command to Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Jun 27, 2016
1 parent 71e57f6 commit 69c9e52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Usage: mastarm <cmd> [options]
Commands:

build [entries...] Bundle JavaScript & CSS
commit Force intelligent commit messages
deploy [options] [entries...] Bundle & Deploy JavaScript & CSS
lint [paths...] Lint JavaScript [& CSS coming soon!]

Expand All @@ -61,6 +62,10 @@ Options:

Compile JS, HTML, CSS, YAML, Markdown into a single `.js`. Utilizes [babel](https://babeljs.io/), [browserify](https://github.com/substack/node-browserify), [budo](https://github.com/mattdesl/budo), and [postcss](http://postcss.org/).

### `commit`

Utilize best practices when forming a commit message using [Commitzen](http://commitizen.github.io/cz-cli/) & the [Conventional Changelog](https://github.com/conventional-changelog/conventional-changelog) standard.

### `deploy`

Build, push to S3, and invalidate CloudFront in one command.
Expand Down

0 comments on commit 69c9e52

Please sign in to comment.