All Projects → nrobinson2000 → neopo

nrobinson2000 / neopo

Licence: MIT license
A lightweight solution for local Particle development.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to neopo

po-util
Classic Edition of po-util: The Ultimate Local Particle Experience for Linux and macOS
Stars: ✭ 51 (+168.42%)
Mutual labels:  toolchain, firmware, particle
SparkJson
JSON library Ported from @bblanchon for Spark Core
Stars: ✭ 36 (+89.47%)
Mutual labels:  particle, photon
Particle Api Js
JS Library for the Particle API
Stars: ✭ 112 (+489.47%)
Mutual labels:  particle, photon
Device Os
Device OS (Firmware) for Particle Devices
Stars: ✭ 976 (+5036.84%)
Mutual labels:  particle, photon
Docs
Documentation for Particle
Stars: ✭ 131 (+589.47%)
Mutual labels:  particle, photon
Particle Cli
Command Line Interface for Particle Cloud and devices
Stars: ✭ 208 (+994.74%)
Mutual labels:  particle, photon
Hardware Libraries
Particle parts for computer-aided design (CAD)
Stars: ✭ 77 (+305.26%)
Mutual labels:  particle, photon
Gort
Command Line Interface (CLI) for RobotOps
Stars: ✭ 425 (+2136.84%)
Mutual labels:  firmware, particle
Elinux
嵌入式 Linux 知识库 (elinux.org) 中文翻译计划;本项目发起人发布了《360° 剖析 Linux ELF》视频课程,欢迎订阅:https://www.cctalk.com/m/group/88089283
Stars: ✭ 193 (+915.79%)
Mutual labels:  toolchain, firmware
Toolchain
🛠️ GitHub Action for `rustup` commands
Stars: ✭ 229 (+1105.26%)
Mutual labels:  toolchain
xcross
"Zero Setup" cross-compilation for C/C++. Supports numerous architectures, build systems, C standard libraries, vcpkg, and Conan.
Stars: ✭ 29 (+52.63%)
Mutual labels:  toolchain
Dep
Go dependency management tool experiment (deprecated)
Stars: ✭ 13,106 (+68878.95%)
Mutual labels:  toolchain
Toolchain
Toolchain and libraries for C/C++ programming on the TI-84+ CE calculator series
Stars: ✭ 229 (+1105.26%)
Mutual labels:  toolchain
ansible-ilo
Prepare, configure and upgrade HP firmwares using iLO REST API and SSH
Stars: ✭ 15 (-21.05%)
Mutual labels:  firmware
Rushstack
Monorepo for tools developed by the Rush Stack community
Stars: ✭ 3,465 (+18136.84%)
Mutual labels:  toolchain
fw
Archive of firmwares
Stars: ✭ 30 (+57.89%)
Mutual labels:  firmware
Orangec
OrangeC Compiler And Tool Chain
Stars: ✭ 204 (+973.68%)
Mutual labels:  toolchain
Nxdk
The cross-platform, open-source SDK to develop for original Xbox: *new* xdk
Stars: ✭ 200 (+952.63%)
Mutual labels:  toolchain
preact-photon-electron-quick-start
Demo desktop app built with Electron using the Preact-Photon UI library
Stars: ✭ 32 (+68.42%)
Mutual labels:  photon
SONOFF-BASIC-firmware
Sonoff Basic firmware; config by browser, OTA, MQTT, DS18B20
Stars: ✭ 19 (+0%)
Mutual labels:  firmware

GitHub Actions Status Build Status Docker Cloud Build Status AUR package Particle Community

neopo

A lightweight solution for local Particle development.

Neopo Screenshot

Features

  • Builds Particle projects locally without any overhead.
  • Compatible with Particle Workbench and Particle CLI.
  • Installs and manages necessary Particle dependencies.
  • Built with Python using only the standard library.
  • Supports Linux, macOS, Windows, and Raspberry Pi.
  • Supports tab completion to assist development.

Installation

Universal Installer (Linux/macOS):

$ bash <(curl -sL neopo.xyz/install)

Install from AUR:

$ yay -S neopo-git
$ neopo install

Install from source (pip):

$ git clone https://github.com/nrobinson2000/neopo
$ cd neopo
$ sudo python3 -m pip install .
$ neopo install

Docker container:

$ docker pull nrobinson2000/neopo
$ docker run -it nrobinson2000/neopo

For more installation information, please refer to the Installation tutorial.

Usage

To get started with neopo, please refer to the Quick Reference.

For descriptions of all available commands, please refer to the Complete Reference.

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].