Skip to content

Instantly share code, notes, and snippets.

@alexrios
Created January 22, 2019 16:23
Show Gist options
  • Save alexrios/314fb744e8dbb33952845642eb5ee539 to your computer and use it in GitHub Desktop.
Save alexrios/314fb744e8dbb33952845642eb5ee539 to your computer and use it in GitHub Desktop.
Commitzen installer
#!/bin/bash
npm install -g commitizen && \
npm install -g cz-conventional-changelog && \
echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment