glass-easel

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

Generated using TypeDoc