All Projects → particle-iot-archived → Particle Dev

particle-iot-archived / Particle Dev

Licence: apache-2.0
Particle Dev package for Atom

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Particle Dev

Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+298.94%)
Mutual labels:  atom-package
Atom File Types
Specify additional file types for languages.
Stars: ✭ 54 (-71.28%)
Mutual labels:  atom-package
Markdown Themeable Pdf
ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
Stars: ✭ 130 (-30.85%)
Mutual labels:  atom-package
Vuejs Snippets
Collection of Vuejs 2.0+ snippets
Stars: ✭ 17 (-90.96%)
Mutual labels:  atom-package
Envy
Text editing supercharger
Stars: ✭ 35 (-81.38%)
Mutual labels:  atom-package
Tabnine
AI Code Completions
Stars: ✭ 8,863 (+4614.36%)
Mutual labels:  atom-package
Tokamak
Fusion Reactor for Rust - Atom Rust IDE
Stars: ✭ 404 (+114.89%)
Mutual labels:  atom-package
Midi Controller Css
Use Korg NanoKontrol midi controller to physically edit your CSS files, as featured in the German press:
Stars: ✭ 149 (-20.74%)
Mutual labels:  atom-package
Go Signature Statusbar
Display the signature of the current Go function under the cursor in the status bar of Atom
Stars: ✭ 44 (-76.6%)
Mutual labels:  atom-package
Atom Esformatter
Beautify JavaScript
Stars: ✭ 113 (-39.89%)
Mutual labels:  atom-package
Atom Sloc
Atom SLOC package for the statusbar
Stars: ✭ 10 (-94.68%)
Mutual labels:  atom-package
Github
Git and GitHub integration for Atom
Stars: ✭ 880 (+368.09%)
Mutual labels:  atom-package
Atom Terminal Panel
Advanced terminal interface for Atom editor
Stars: ✭ 95 (-49.47%)
Mutual labels:  atom-package
Mighty React Snippets
Crafty React & Redux snippets for Atom Editor
Stars: ✭ 16 (-91.49%)
Mutual labels:  atom-package
Atom Terminal Tab
Simple terminal for the Atom text editor.
Stars: ✭ 134 (-28.72%)
Mutual labels:  atom-package
Atom Project Manager
Project manager for the Atom editor
Stars: ✭ 519 (+176.06%)
Mutual labels:  atom-package
Atom I18n
:atom: One Atom i18n Package for Any Locale 🌏 🌎 🌍
Stars: ✭ 56 (-70.21%)
Mutual labels:  atom-package
Split Diff
Side-by-side file compare for the Atom text editor.
Stars: ✭ 188 (+0%)
Mutual labels:  atom-package
Atom React Snippets
esnext React snippets
Stars: ✭ 146 (-22.34%)
Mutual labels:  atom-package
Git Blame
Plugin for Atom Editor. Toggle git-blame annotations for the current file in the gutter.
Stars: ✭ 96 (-48.94%)
Mutual labels:  atom-package

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 (recommended)

Download and install the latest Particle Dev App for your operating system.

GitHub Atom

To get the latest, bleeding edge updates install Particle Dev packages. You'll need following dependencies:

Requirements
Windows

Install all the required tools and configurations using Microsoft's windows-build-tools using npm install --global --production --add-python-to-path windows-build-tools from an elevated PowerShell or CMD.exe (run as Administrator).

OS X
  • Xcode
    • You also need to install the Command Line Tools via Xcode. You can find this under the menu Xcode -> Preferences -> Downloads
    • This step will install gcc and the related toolchain containing make
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 particle-dev-complete meta package. After this it will ask you to install dependencies.

Usage

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].