Skip to content

ripio/sdkjs

Repository files navigation

codecov

Setup

Install node

Recommended version: 16.14.0 (LTS)

  • Mac OS: You can download it from https://nodejs.org/en/
  • Linux: follow instructions https://nodejs.org/en/download/package-manager/ or use a version manager like nvm https://github.com/nvm-sh/nvm

Install dependencies

npm install

Run tests

npm run test

Development console

Ts-node

Interactive shell to test features or just run code

npx ts-node

Deploy a new version of the sdk

The deploys are automatically done by merging using semantic-release.

Follow the commit style guide so the commits will be added to the changelog.

Documentation

Read the docs on github pages.