Library to execute programs rules
Run npm install
to install all necessary packages to start the library
Run npm run build
to build the library. Build artifacts will be stored in the dist/
directory.
Run npm test
to execute the unit test, this starter is configured with jest
Run npm run docs
to generate your library documentations. Documentation pages will be store in docs/
directory.