https://github.com/afeiship/generator-cli
Generator for cli.
https://github.com/afeiship/generator-cli
bin cli command generator inquery yeoman yo
Last synced: over 1 year ago
JSON representation
Generator for cli.
- Host: GitHub
- URL: https://github.com/afeiship/generator-cli
- Owner: afeiship
- License: mit
- Created: 2020-01-16T13:46:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T14:23:52.000Z (over 2 years ago)
- Last Synced: 2025-02-07T12:29:55.064Z (over 1 year ago)
- Topics: bin, cli, command, generator, inquery, yeoman, yo
- Language: JavaScript
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-cli
> Generator for cli.
## installation
```shell
git clone git@github.com:afeiship/generator-cli.git
npm link
```
## usage
```shell
# cli based on nx
# oclif-single: based on oclif v1
# oclif-multi: based on oclif v2
yo @jswork/cli:nx
yo @jswork/cli:single
yo @jswork/cli:oclif-multi
yo @jswork/cli:oclif-single
```