Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 518 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 518 Bytes

@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.