0.0.2-alpha.44 • Published 4 years ago

flybirds v0.0.2-alpha.44

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

sky

The upper framework for egg.js which support IoC & DI

QuickStart

$ npm install
$ npm test

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

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

Questions & Suggestions

Please open an issue here.