fen89 / simple-node-cli-starter

Starter project for creating interactive node command line interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node CLI Starter

Build Status commitizen Greenkeeper badge semantic-release styled with prettier

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

Commitizen needs to be installed globally to work. Please install it using npm install commitizen -g or yarn add global commitizen.

About

Starter project for creating interactive node command line interfaces


Languages

Language:JavaScript 67.4%Language:TypeScript 32.6%