https://github.com/srect/cli-gen-demo
node cli demo
https://github.com/srect/cli-gen-demo
Last synced: 28 days ago
JSON representation
node cli demo
- Host: GitHub
- URL: https://github.com/srect/cli-gen-demo
- Owner: sRect
- License: apache-2.0
- Created: 2022-02-09T08:30:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T03:06:27.000Z (over 4 years ago)
- Last Synced: 2025-02-02T18:44:58.635Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## npm package publish demo
### install
```bash
npm install cli-gen-demo -g
```
or
```bash
npm install cli-gen-demo -S
```
### usage
```bash
gen xxx foo:number bar:string xxx:xxx
```
or
```bash
npx gen xxx foo:number bar:string xxx:xxx
```