Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 458 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 458 Bytes

dinosauregg

🦕🥚 Common scaffolding based on egg.js construction

QuickStart

$ npm install
$ npm test

publish your framework to npm, then change app's dependencies:

// {app_root}/index.js
require('dinosauregg').startCluster({
  baseDir: __dirname,
  // port: 7001, // default to 7001
});

Questions & Suggestions

Please open an issue here.