1.0.2 • Published 6 years ago

egg-csv-cli v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

egg-csv-cli

Build Status NPM Version NPM Downloads install size

Install

$ npm i egg-csv-cli -g

What egg-csv

c => controller
s => service
v => view

Usage

create a new controller

$ egg-csv g c list
or
$ egg-csv g c activity/list

create a new service

$ egg-csv g s list
or
$ egg-csv g s activity/list

create a new view

$ egg-csv g v list
or
$ egg-csv g v activity/list
The default will be created in the corresponding directory(./app/controller|service|view), if not found, the current directory