0.1.0 • Published 9 years ago

sparkticles v0.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

Sparkticles

v0.1.0

A utility for flashing your Particle (formerly Spark) microcontroller from the command line, over the cloud.

I created this because I couldn't get particle-cli working on my linux machine and wanted a way to use my own editor instead of Particle build.

If you're on Mac OSX or Windows you probably don't need this. If you're on linux, I understand that there is a way to get particle-cli working, so you may not need this either.

Usage

This is pretty simple to use, with very basic functionality. All it does right now is allow you to login with your Particle username and password, select a device, and select a directory to be flashed to the device. All the files within this directory will be compiled and flashed to the device.

Keep in mind that this doesn't validate your code like the Particle Build app does.

All you need to do is run node index.js and follow the prompts.

Have fun!