Skip to content

yodaos-project/yoda-platform-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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