UNPKG

myria-core-sdk

Version:

Latest version SDK

53 lines (35 loc) 701 B
# Myria Core SDK Myria Core SDK is a Typescript library that allows interacting with Myria components. ## Installation ### Npm ```bash npm install ``` ### Yarn ```bash yarn install ``` ## Documentation For full documentation, visit [Myria developer docs](https://docs.myria.com/docs/core-sdk). ## 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