generator-eggjs
Version:
Boilerplates for Egg.js
27 lines (17 loc) • 382 B
Markdown
<%- name %>
<%- description %>
# QuickStart
```bash
npm install
npm test
```
publish your framework to npm, then change app's dependencies:
```js
// {app_root}/index.js
require('<%- name %>').startCluster({
baseDir: __dirname,
// port: 7001, // default to 7001
});
```
# Questions & Suggestions
Please open an issue [here](https://github.com/eggjs/egg/issues).