gusgonnet / particle-dev

Particle Dev package for Atom

Home Page:https://www.particle.io/dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Particle Dev package for Atom

Particle Dev is a professional, open source, hackable IDE, designed for use with the Particle devices.

Build Status

Installing

Particle Dev App

Download and install the latest Particle Dev App

GitHub Atom

To install Particle Dev package you'll need following dependencies:

Requirements
Windows
OS X
  • XCode (you need to run it first finish installation)
Linux
  • Download Atom for your distribution

  • Build dependencies:

    Ubuntu / Debian

    $ sudo apt-get install build-essential

    Fedora / CentOS / RHEL

    $ sudo dnf --assumeyes install make gcc gcc-c++ glibc-devel

    Arch

    $ sudo pacman -S --needed gconf base-devel

    openSUSE

    $ sudo zypper install make gcc gcc-c++ glibc-devel

Installation

Install following packages:

After installation of particle-dev package, restart Atom. If you see a red bug icon in status bar, click it, then click Rebuild Modules button and Restart Atom again.

Usage

See our documentation to learn about how to use Particle Dev for software development.

About

Particle Dev package for Atom

https://www.particle.io/dev

License:Apache License 2.0


Languages

Language:CoffeeScript 96.5%Language:CSS 3.5%