My Node CLI
A node cli to configure node applications
This node Cli ask question about the node project you want to work on and pull the template from github, installing all dependencies in the process.
This project consists of this two template from gihub
This project is now an npm package, you can download globally using
npm install -g @danielshow/my_node_cli
After installing, you will be able to run my_node_cli
in your terminal successfully.
Thanks to this tutorial for the help and for unblocking me many times.