flybirds
TypeScript icon, indicating that this package has built-in type declarations

0.0.2-alpha.44 • Public • Published

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.

/flybirds/

    Package Sidebar

    Install

    npm i flybirds

    Weekly Downloads

    1

    Version

    0.0.2-alpha.44

    License

    MIT

    Unpacked Size

    4.5 kB

    Total Files

    10

    Last publish

    Collaborators

    • yanxlg