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

https://github.com/infeng/tt-admin-tools

admin project tools
https://github.com/infeng/tt-admin-tools

Last synced: 12 months ago
JSON representation

admin project tools

Awesome Lists containing this project

README

          

# 工具

> support nodejs v8.0.0 and higher.

## 创建model

```bash
node tools model
```

### options

* `--no-api` -- create model without api
* `--list` -- create model with list
* `--apiPath` -- set api path

### usage

```bash
node tools model base
```

```bash
node tools model operator --list --apiPath /system/getOperatorList
```