Ready for creating interactive node command line interfaces, including a few tools to get started right away:
- Colors for colorizing the node console output
- Figlet for implementing FIGfont spec in js
- Commitizen for commit message format
- Husky to enforce commit format using git hooks
- Semantic Release to automatic publish and release new versions and generating a changelog
- Renovate for updating project dependencies automatically
Commitizen needs to be installed globally to work. Please install it using npm install commitizen -g or yarn add global commitizen.