Lark is a node.js framework based on Koa
$ npm install -g lark
Type lark
, if lark is correctly installed, you'll see the usage info.
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
You can find more infomation in our wiki