glass-easel
v0.10.3
Published
The core module of the glass-easel project
Downloads
181
Keywords
Readme
glass-easel
This is the core module of the glass-easel project.
Refer to the glass-easel project for further details.
Build
nodejs
toolchain should be globally installed.
Install dependencies and prepare environment:
npm install
npm run init-dev
Build:
npm run build
Build Doc:
npm run doc
Test:
npm test
Test coverage:
npm run coverage