XLA SDK
Get Started
- Run
yarn
in your terminal - Then run
npm run build
- Update the
package.json
file "name" field with your own package name. Example@username/package-name
- Create an account with npm if you don't have one already. Also be sure to enable two-factor authentication
- Sign in to your npm account in your terminal with
npm login
- Run
npm publish --access=public
to publish your package