Skip to content

guardtime/js-common

Repository files navigation

@guardtime/common

Common utilities used for javascript projects.

Installation

To install the library, use suitable package manager, for npm following command can be used:

npm install "@guardtime/js-common"

Development

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

Contributing

See CONTRIBUTING.md file.

License

See LICENSE file.