xi4oz3ro / my-framework

my-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-framework

QuickStart

$ npm install
$ npm test

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

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

Questions & Suggestions

Please open an issue here.

About

my-framework


Languages

Language:JavaScript 100.0%