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

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

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