generator-eggjs
Version:
Boilerplates for Egg.js
30 lines (19 loc) • 378 B
Markdown
# <%- name %>
<%- description %>
## 快速入门
```bash
$ npm install
$ npm test
```
在应用中声明使用框架:
```js
// {app_root}/index.js
require('<%- name %>').startCluster({
baseDir: __dirname,
// port: 7001, // default to 7001
});
```
## 提问交流
请到 [egg issues](https://github.com/eggjs/egg/issues) 异步交流。
## License
[MIT](LICENSE)