0.1.1 • Published 7 years ago

koa-salt v0.1.1

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

Salt

The next full-featured javascript frameworks

Installation

$ npm install koa-salt --save

Example

const Salt = require('koa-salt');

const app = Salt();

app.start(function(){
  console.log('server is running .');
});

API

  • use
  • start

Contributing

  • Fork this repo
  • Clone your repo
  • Install dependencies
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Open a pull request, and enjoy <3
0.1.1

7 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago