Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 539 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 539 Bytes

Build Status

CamusAPI

Open API platform for Tsinghua University Developer.

Usage

pre install

node v7 is required.

install

npm install

run

npm start

Develop

npm run dev

lint

npm run lint

you should pass the lint before every commit.

test

npm run test

coverage

npm run coverage

or

npm run coverage-es5