0.7.1 • Published 2 years ago
@d-lab/node-rest-cli v0.7.1
REST cli

CLI commands to build your REST API with fewer efforts.
Installation
npm i @d-lab/node-rest-cli --save-dev
Usage
Generate your models based on your migration file
Replace 01_create_users_table by your own migration files
npx add-model 01_create_users_table
Generate
- interfaces/{model}.interface.ts
- models/{model}.model.ts
- services/{model}.service.ts
Update
- interfaces/index.ts
- models/index.ts
- services/index.ts
0.7.1
2 years ago
0.7.0
2 years ago
0.6.1
2 years ago
0.6.0
2 years ago
0.5.9
2 years ago
0.5.8
2 years ago
0.5.7
2 years ago
0.5.6
2 years ago
0.5.4
2 years ago
0.5.3
2 years ago
0.5.2
2 years ago
0.5.1
2 years ago
0.5.0
2 years ago
0.4.3
2 years ago
0.4.2
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.3.0
2 years ago
0.2.0
2 years ago
0.1.0
2 years ago