Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadawais/create-node-cli
š CLI to create new Node.js CLI applications in minutes not hours.
https://github.com/ahmadawais/create-node-cli
cli create hacktoberfest node node-cli nodejs
Last synced: 23 days ago
JSON representation
š CLI to create new Node.js CLI applications in minutes not hours.
- Host: GitHub
- URL: https://github.com/ahmadawais/create-node-cli
- Owner: ahmadawais
- Created: 2020-07-10T18:22:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T23:52:24.000Z (3 months ago)
- Last Synced: 2024-10-03T06:42:10.129Z (about 1 month ago)
- Topics: cli, create, hacktoberfest, node, node-cli, nodejs
- Language: JavaScript
- Homepage: https://NodeCLI.com
- Size: 260 KB
- Stars: 667
- Watchers: 10
- Forks: 37
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Funding: .github/funding.yml
Awesome Lists containing this project
- jimsghstars - ahmadawais/create-node-cli - š CLI to create new Node.js CLI applications in minutes not hours. (JavaScript)
README
š CLI to create new Node.js CLI applications. [Learn to build Node.js CLI apps][n].
[![DOWNLOADS](https://img.shields.io/npm/dt/create-node-cli?label=DOWNLOADS%20%20%E2%9D%AF&colorA=6cc24a&colorB=6cc24a&style=flat)](https://www.npmjs.com/package/create-node-cli) [![Learn Node.js CLI Automation](https://img.shields.io/badge/-NodeCLI.com%20%E2%86%92-gray.svg?colorB=6cc24a&style=flat)](https://nodecli.com/?utm_source=GitHubFOSS) [![Follow @MrAhmadAwais on Twitter](https://img.shields.io/badge/FOLLOW%20@MRAHMADAWAIS%20%E2%86%92-gray.svg?colorA=6cc24a&colorB=6cc24a&style=flat)](https://twitter.com/mrahmadawais/)
# create-node-cli
- š¦ Create a Node.js CLI in a minute
- š¤Æ Automatic argument parsing, help text, and welcome message
- šļø History to maintain the last input data like the Author `name`, `email`, and `URL`
- šØāš« Awais taught and created this CLI project in his [NodeCLI.com][n] automation course
[![š](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/install.png)][repo]
## Install
```sh
# Recommended.
npx create-node-cli# OR an alternative global install.
npm install -g create-node-cli
```
[![āļø](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/usage.png)][repo]
## Usage
1. Run the CLI using
```sh
npx create-node-cli# OR for global install
create-node-cli
# OR alias for global install
ncli
```_Then answer the following questions to generate a Node.js CLI._
```sh
CLI name?
CLI command?
CLI description?
CLI version?
CLI license?
CLI author name?
CLI author email?
CLI author URL?
````#### BASIC USAGE
```sh
create-node-cli [option]
```#### COMMANDS
```sh
help Print help info
```#### OPTIONS
```sh
-c, --clear Clear the console Default: true
-d, --debug Print debug info Default: false
-v, --version Print CLI version Default: false
```
[![š](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/log.png)](changelog.md)
## Changelog
[āÆ Read the changelog here ā](changelog.md)
**KEY**: `š¦ NEW`, `š IMPROVE`, `š FIX`, `š DOC`, `š RELEASE`, and `š¤ TEST`
> _I use [Emoji-log](https://github.com/ahmadawais/Emoji-Log), you should try it and simplify your git commits._
[![š](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/license.png)][repo]
## License & Conduct
- MIT Ā© [Ahmad Awais](https://twitter.com/MrAhmadAwais/)
- Thanks Liran Tal for the npm pkg name
- [Code of Conduct](code-of-conduct.md)
[![š](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/connect.png)][repo]
## Connect
Ā (follow) To stay up to date on free & open-source software
Ā (follow) To get #OneDevMinute daily hot tips & trolls
Ā (subscribe) To tech talks & #OneDevMinute videos
Ā (read) In-depth & long form technical articles
Ā (connect) On the LinkedIn profile y'all
[![š](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/sponsor.png)][repo]
## Sponsor
Me ([Ahmad Awais](https://twitter.com/mrahmadawais/)) and my incredible wife ([Maedah Batool](https://twitter.com/MaedahBatool/)) are two engineers who fell in love with open source and then with each other. You can read more [about me here](https://ahmadawais.com/about). If you or your company use any of my projects or like what Iām doing then consider backing me. I'm in this for the long run. An open-source developer advocate.
[![Support Open-Source Work](https://raw.githubusercontent.com/ahmadawais/stuff/master/sponsor/sponsor.jpg)](https://github.com/AhmadAwais/sponsor)
### [How to build a Node CLI?][n]
Or you can back me by checking out my super fun video course. After building hundreds of developer automation tools used by millions of developers, I am teaching exactly how you can do it yourself with minimum effective effort. Learn to build Node.js & JavaScript based CLI (Command Line Interface) apps & npm packages. Automate the grunt work, do more in less time, impress your manager, make more salary, and help the community. I'm sharing it all in this step-by-step 100-videos course. [Node CLI Automation without wasting a thousand hours][n] ā
[![NodeCLI.com](https://raw.githubusercontent.com/ahmadawais/stuff/master/nodecli/featured.jpg)][n]
[![Node CLI](https://img.shields.io/badge/-NodeCLI.com%20%E2%86%92-gray.svg?colorB=488640&style=flat)](https://nodecli.com/?utm_source=FOSS&utm_medium=FOSS&utm_campaign=create-node-cli)
[![Ahmad on Twitter](https://img.shields.io/twitter/follow/mrahmadawais.svg?style=social&label=Follow%20@MrAhmadAwais)](https://twitter.com/mrahmadawais/)
[n]: https://nodecli.com/?utm_source=FOSS&utm_medium=FOSS&utm_campaign=create-node-cli
[repo]: https://github.com/AhmadAwais/create-node-cli