Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```