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: over 1 year ago
JSON representation

Generator for cli.

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