@positionex/position-sdk
v0.0.2
Published
Position frontend sdk
Downloads
2
Keywords
Readme
Position Frontend SDK
This repository is a monorepo manage with yarn workspaces and Lerna.
To create a new package
Use command lerna create <name> [loc]
Learn more: https://github.com/lerna/lerna/tree/main/commands/create#readme
To install a new package
Use command lerna add <name>
instead of npm install
or yarn add
Add to dependency
"@position-sdk": "git+https://gitlab.com/technixo/frontend/position-sdk.git#git-commit-hash"