Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/generator-cli
Generator for cli.
https://github.com/afeiship/generator-cli
bin cli command generator inquery yeoman yo
Last synced: 22 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T14:23:52.000Z (about 1 year ago)
- Last Synced: 2024-10-05T19:41:20.349Z (about 1 month 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 [email protected]: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
```