yodaos-project / yoda-platform-tools

Tools to interact with YodaOS devices 🛠
Apache License 2.0
8 stars 3 forks source link
platform tools yodaos yodart

yoda-platform-tools

Build Status

Tools to interact with YodaOS devices.

Get Started

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.

Libraries

yoda-cli

A command line interface provides sets of tools to play with YodaOS devices.

yoda-platform-lib

A library provides base functionality to enable multiple tool to talk to YodaOS devices.

yoda-vscode

A VSCode extension provides easy commands on YodaOS devices and apps installation from workspaces.

Get Involved

Setup development environment
# get development tool installed
> yarn
# get dependencies installed
> lerna bootstrap
# build all projects
> bash ./script/build.sh