Project skeleton ready to development of node.js console application.
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.
npm install chalk clear clui inquirer yargs configstore





