egg-csv-cli

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i egg-csv-cli

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

6.69 kB

Total Files

8

Last publish

Collaborators

  • itenl