0.0.13 • Published 6 years ago

arduinodk v0.0.13

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

0.0.13

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago