Skip to content

regether/koa-salt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

the next full-featured javascript frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors