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**.

Usage no npm install needed!

<script type="module">
  import sketches from 'https://cdn.skypack.dev/sketches';
</script>

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

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

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%

See more

References