Myria Core SDK is a Typescript library that allows interacting with Myria components.
npm install
yarn install
For full documentation, visit Myria developer 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
Myria Core Team