sketches

0.0.18 • Public • Published

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

/sketches/

    Package Sidebar

    Install

    npm i sketches

    Weekly Downloads

    0

    Version

    0.0.18

    License

    MIT

    Unpacked Size

    61.2 kB

    Total Files

    58

    Last publish

    Collaborators

    • francescobianco