1.0.2 • Published 7 years ago
egg-csv-cli v1.0.2
egg-csv-cli
Install
$ npm i egg-csv-cli -gWhat egg-csv
c => controller
s => service
v => viewUsage
create a new controller
$ egg-csv g c list
or
$ egg-csv g c activity/listcreate a new service
$ egg-csv g s list
or
$ egg-csv g s activity/listcreate a new view
$ egg-csv g v list
or
$ egg-csv g v activity/listThe default will be created in the corresponding directory(./app/controller|service|view), if not found, the current directory