Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielshow/my_node_cli
- Owner: Danielshow
- Created: 2019-11-09T23:10:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T15:19:53.000Z (about 2 years ago)
- Last Synced: 2024-11-01T16:49:02.650Z (2 months ago)
- Topics: babel, node-cli, nodejs, typescript
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Node CLI
A node cli to configure node applicationsThis 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
- [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)