egg-boilerplate-sequelize
v1.0.2
Published
init egg project with sequelize
Downloads
24
Readme
egg-boilerplate-empty
Boilerplate for simple project, as empty as possible. only init basic stuff, such as lint / test / ci ...
also see boilerplate - README.
Installation
Don't npm install
this directly
$ npm install -g egg-init
$ egg-init --type empty showcase
$ cd showcase
$ npm install
$ # then run with `npm run dev` / `npm start` / `npm test`
See egg-init for more detail.