Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 288 Bytes

dev.md

File metadata and controls

10 lines (9 loc) · 288 Bytes

Development

npm install
npm test
npm run standardize         # check coding standard
npm run doc                 # build API references and put to "./docs"
npm run doc-serve           # serve API refereces locally
npm run doc-clean           # remove documents at "./docs"