Skip to content

Commit

Permalink
docs: add links to configuration guides
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl authored Oct 9, 2017
1 parent 5431899 commit 2f5ef25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@
## Getting started

```sh
# Install commitlint cli and angular config
npm install --save-dev @commitlint/{config-angular,cli}

# Configure commitlint to use angular config
echo "module.exports = {extends: ['@commitlint/config-angular']}" > commitlint.config.js
```

* [Local setup](http://marionebl.github.io/commitlint/#/guides-local-setup) - Lint messages on commit with husky
* [CI setup](http://marionebl.github.io/commitlint/#/guides-ci-setup) - Lint messages during CI builds

## CLI

* Primary way to interact with commitlint.
Expand Down

0 comments on commit 2f5ef25

Please sign in to comment.