Common utilities used for javascript projects.
To install the library, use suitable package manager, for npm following command can be used:
npm install "@guardtime/js-common"
Install system dependencies:
- Node/npm for development and package management.
Setup project:
git clone [email protected]:guardtime/js-common.git
cd js-common
npm install
Running tests:
npm run test
See CONTRIBUTING.md file.
See LICENSE file.