SACP protocol implementation in TS.
npm install @snapmaker/snapmaker-sacp-sdkSACP protocol implementation in TS.
``bash`
npm install -S @snapmaker/snapmaker-sacp-sdk
1) Install and link
`bash`
npm install
npm link
2) In target project:
``
npm link @snapmaker/snapmaker-sacp-sdk
3) In SDK repo, run npm run link to keep watching file changes.
Use npm pack to see preview of package.
``
npm publish --tag alpha
```
npm publish --access public