This project is intended to be used with the latest Active LTS release of Node.js.
To clone the repository use the following commands:
git clone https://github.com/open-imcore/imcore.js
cd imcore.js
npm install
clean
- remove coverage data, Jest cache and transpiled files,build
- transpile TypeScript to ES6,build:watch
- interactive watch mode to automatically transpile source files,lint
- lint source files and tests,test
- run tests,test:watch
- interactive watch mode to automatically re-run tests
Licensed under the APLv2. See the LICENSE file for details.