eggjs / egg-boilerplate-sequelize

egg boilerplate with sequelize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egg-boilerplate-empty

Boilerplate for simple project, as empty as possible. only init basic stuff, such as lint / test / ci ...

also see boilerplate - README.

NPM version build status Test coverage David deps Known Vulnerabilities npm download

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.

About

egg boilerplate with sequelize

License:MIT License


Languages

Language:JavaScript 100.0%