/NodeJS-CLI-Boilerplate

NodeJS-CLI-Boilerplate

Primary LanguageJavaScriptOtherNOASSERTION

Made by voromade

🫡 Node.js CLI Boilerplate 🫡

🎖️ Leave a star for more! 🎖️

Voro Node.js CLI Boilerplate

Features:

  • Fully customizable colors via chalk
  • Easy config persistence handling via conf
  • Compile to binary via pkg
  • Easily make HTTP requests using got
  • Fully customizable menus (no external libs!)

Why:

  • I was tired of using libs like inquirer, enquirer, & vorpal (all great libraries!) for my basic CLI apps as I do not need many of their options, and I enjoy having 100% control over the way the CLI behaves when it comes to selection, colors, navigation and such.

Commands:

Install Dependencies

npm install or yarn

Serve For Development

npm start or yarn start

Build for production

npm build or yarn build

License

See LICENSE.md for more details.