Skip to content

mastrodaro/node-console-app-boilerplate

Repository files navigation

Nodejs console app boilerplate

Project skeleton ready to development of node.js console application.

How to use

Change name and bin command in package.json:

{
  "name": "<app name>",
  "bin": {
    "<command name>": "..."
  }
}

Remove docs, edit README. Then npm run build to generate lib/main.js and package is ready to npm publish.

Useful packages

npm install chalk clear clui inquirer yargs configstore
  • chalk - terminal string styling
  • clear - clears the terminal screen
  • clui - terminal ui toolkit
  • inquirer - terminal interactive commands
  • yargs - parses arguments and options
  • configstore - loads and saves config

About

When you need to create console app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published