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
- Host: GitHub
- URL: https://github.com/infeng/tt-admin-tools
- Owner: infeng
- License: mit
- Created: 2017-12-19T03:25:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T09:14:25.000Z (over 8 years ago)
- Last Synced: 2024-12-21T04:34:01.707Z (over 1 year ago)
- Language: TypeScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```