README
Sketches
Sketches is a command-line tool inspired by package manager like NPM.
If you are fascinated by the package.json then you will love Sketches.yml.
Get Started
Install the Sketches via NPM
$ npm install -g sketches
- See more on Install NodeJS and NPM
Create project from scratch
Create your first project
$ sketches init ArduinoProject
$ cd ArduinoProject
- See more on Project management
Configure your project
Each Sketches project can be configured via the 'Sketches.yml' file
name: <MyArduinoProject>
version: 0.0.1
sketches:
MyArduinoProject:
board: uno
port: COM3
- See more on Sketches.yml reference
Verify operation
Verify source code of current project
$ arduinodk verify
Upload operation
Upload binary into arduino board
$ arduinodk upload
Roadmap
Command | Progress | Features |
---|---|---|
apply-filters | 10% | |
create-sketch | 10% | |
flash | 10% | |
init | 10% | |
install | 10% | |
ls | 10% | |
monitor | 10% | |
rename-sketch | 10% | |
sandbox | 10% | |
upload | 10% | |
verify | 10% |