Home

myria-core-sdk 0.0.245

Myria Core SDK

Myria Core SDK is a Typescript library that allows interacting with Myria components.

Installation

Npm

npm install

Yarn

yarn install

Documentation

For full documentation, visit Myria developer docs.

Steps for Generate and Build Documentation

Build and gen docs

Step 1:

Build package and generate documentation for latest SDK

Use command:

yarn build:docs

Step 2:

Combine the docs folder and build scripts to release dist folder

Use command:

yarn combine:docs

Step 3: Choose newer good version for release. Use command:

yarn publish

License

Myria Core Team