- 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.
Universal Installer (Linux/macOS):
$ bash <(curl -sL neopo.xyz/install)Install from AUR:
$ yay -S neopo-git
$ neopo installInstall from source (pip):
$ git clone https://github.com/nrobinson2000/neopo
$ cd neopo
$ sudo python3 -m pip install .
$ neopo installDocker container:
$ docker pull nrobinson2000/neopo
$ docker run -it nrobinson2000/neopoFor more installation information, please refer to the Installation tutorial.
To get started with neopo, please refer to the Quick Reference.
For descriptions of all available commands, please refer to the Complete Reference.
