koa-salt

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i koa-salt

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • yanweiqing