0.0.18 • Published 4 years ago

sketches v0.0.18

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

Create project from scratch

Create your first project

$ sketches init ArduinoProject
$ cd ArduinoProject

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

Verify operation

Verify source code of current project

$ arduinodk verify

Upload operation

Upload binary into arduino board

$ arduinodk upload

Roadmap

CommandProgressFeatures
apply-filters10%
create-sketch10%
flash10%
init10%
install10%
ls10%
monitor10%
rename-sketch10%
sandbox10%
upload10%
verify10%

See more

References