arduinodk

0.0.13 • Public • Published

Arduinodk

Arduinodk is a command-line tool inspired by package manager like NPM and YARN.

If you are fascinated by the package.json then you will love sketches.yml.

Get Started

$ npm install -g arduinodk

Create project from scratch

$ mkdir MyArduinoProject
$ cd MyArduinoProject
$ arduinodk init

Create project from existing repository

$ arduinodk clone <remote-git-repository>

Configure your project

Every Arduinodk project are configured by 'sketch.yml' file

# Simple 'sketches.yml' file
name: "MyArduinoProject"
board: "package:arch:board[:parameters]"

Build your project

Verify operation

Verify source code of current project

$ arduinodk verify

Upload operation

Upload binary into arduino board

$ arduinodk upload

Read more

References

/arduinodk/

    Package Sidebar

    Install

    npm i arduinodk

    Weekly Downloads

    3

    Version

    0.0.13

    License

    MIT

    Unpacked Size

    19.9 kB

    Total Files

    17

    Last publish

    Collaborators

    • francescobianco