The Microtronics Studio CLI Tool
This tool assists in installing, packaging and publishing Microtronics Studio libraries and apps.
Make sure you have Node.js installed. Then run:
$ npm i -g @microtronics/studio-cli
$ studio-cli --version
For a reference on all the available studio-cli
commands, run studio-cli --help
Node.js at least 20.x.x
.
Execute commands from the root dir
$ npm run watch:build # or `watch:test` to also build tests
Once the watcher is up and running, you can run out of sources with:
$ node studio-cli
Tests can be executed with:
$ npm test