0.7.13 • Published 7 years ago

flclover v0.7.13

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Flclover

Four leaf clover🍀

NPM version npm download node version Test coverage

Build better enterprise frameworks and apps with Node.js & Koa2

Hello, Flclover!

  • app/router.js
module.exports = (router, controller) => {
  router.get('/', controller.home.index);
};
  • app/controller/home.js
exports.index = async (ctx) => {
  ctx.body = 'Hello, Flclover!';
};

target

  • Coverage 100%
  • Simple, stable and extensible enterprise Node Web framework.

Installation

  • macOS,Linux,Windows
  • Koa requires node v7.6.0 or higher for ES2015 and async function support.

Quick start:

$ npm i flclover-init -g
$ flclover-init flclover-example --type=simple
$ cd flclover-example
$ npm i

Run:

$ npm run dev
$ open localhost:7001

Running tests

$ npm test

Community

License

MIT

0.8.2

7 years ago

0.7.13

7 years ago

0.7.9

7 years ago

0.7.8

7 years ago

0.7.4

7 years ago

0.7.0

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago