Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielshow/my_node_cli

A node cli to configure node applications
https://github.com/danielshow/my_node_cli

babel node-cli nodejs typescript

Last synced: about 1 month ago
JSON representation

A node cli to configure node applications

Awesome Lists containing this project

README

        

# 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.

Screenshot 2019-11-10 at 13 45 25

### This project consists of this two template from gihub
- [node_babel](https://github.com/Danielshow/node_babel)
- [node_typescript](https://github.com/Danielshow/node_typescript)

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](https://www.sitepoint.com/javascript-command-line-interface-cli-node-js/) for the help and for unblocking me many times.

Link: [Node Cli](https://www.npmjs.com/package/@danielshow/my_node_cli)