Salak
Build better frameworks and apps with nodejs & koa.
Install / Use
/learn @SalakJS/SalakREADME
<h3 style="text-align:center;font-weight: 300;" align="center">
<img src="https://img10.360buyimg.com/uba/jfs/t1/5886/37/9397/36866/5bac77adE0c759743/c1be1bebd2af6d3e.png" width="160px">
</h3>
<p align="center">
<a href="https://npmjs.org/package/salak"><img src="https://img.shields.io/npm/v/salak.svg?style=flat-square" alt="NPM version"></a>
<a href="https://travis-ci.org/SalakJS/salak"><img src="https://img.shields.io/travis/SalakJS/salak.svg?style=flat-square" alt="Build Status"></a>
<a href="https://codecov.io/github/salakjs/salak?branch=master"><img src="https://img.shields.io/codecov/c/github/salakjs/salak.svg?style=flat-square" alt="Coverage Status"></a>
<a href="https://npmjs.org/package/salak"><img src="https://img.shields.io/npm/dm/salak.svg?style=flat-square" alt="Downloads"></a>
<a href="https://david-dm.org/SalakJS/salak"><img src="https://img.shields.io/david/SalakJS/salak.svg?style=flat-square" alt="David deps"></a>
<a href="https://github.com/SalakJS/salak"><img src="https://img.shields.io/github/license/SalakJS/salak.svg?style=flat-square" alt="License"></a>
</p>
Salak is a web framework for nodejs to make web applications and APIs more easily, which bases on Koa.
Installation
$ npm install --save salak@next
Node.js > 7.6.0 required.
Features
- ✔︎ Full validations
- ✔︎ Auto generate docs
- ✔︎ Auto bind routes
- ✔︎ Plugin system
- ✔︎ Easy extends
- ✔︎ Typescript supported
Docs
Getting Started
Follow the commands listed below.
$ npm install -g salak-cli
$ salak init simple salak-demo
$ cd salak-demo
$ npm install
$ npm start
$ open http://127.0.0.1:3000
Acknowledgement
AOTU.IO(JD Multi-terminal Development Department)
