lark
Version:
A node.js framework based on koa. Our goal is to build the best industrial node.js framework for high concurrency and high flow application.
47 lines (31 loc) • 1.21 kB
Markdown
Lark
====
Lark is a node.js framework based on [Koa](https://github.com/koajs/koa)
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![NPM downloads][downloads-image]][npm-url]
[![Node.js dependencies][david-image]][david-url]
## Installation
```
$ npm install -g lark
```
Type `lark`, if lark is correctly installed, you'll see the usage info.
## Quick Start
The quickest way to get started with lark is to utilize the executable lark to generate an application as shown below:
```
$ lark new lark-app
```
Lark will create a project name _larkApp_ under the same directory.
Try to run this app.
```
$ lark run
```
## More
You can find more infomation in our [wiki](https://github.com/larkjs/lark/wiki)
[npm-image]: https://img.shields.io/npm/v/lark.svg?style=flat-square
[npm-url]: https://npmjs.org/package/lark
[travis-image]: https://img.shields.io/travis/larkjs/lark/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/larkjs/lark
[downloads-image]: https://img.shields.io/npm/dm/lark.svg?style=flat-square
[david-image]: https://img.shields.io/david/larkjs/lark.svg?style=flat-square
[david-url]: https://david-dm.org/larkjs/lark