Tools to interact with YodaOS devices.
yoda-cli
pre-built binaries could be downloaded from Releases Page.
VSCode extension could be downloaded from VSCode Marketplace. Also it could be directly downloaded from VSCode by searching YodaOS Dev Tools
.
A command line interface provides sets of tools to play with YodaOS devices.
A library provides base functionality to enable multiple tool to talk to YodaOS devices.
A VSCode extension provides easy commands on YodaOS devices and apps installation from workspaces.
# get development tool installed
> yarn
# get dependencies installed
> lerna bootstrap
# build all projects
> bash ./script/build.sh