Neopo Quick Reference


The Complete Reference goes into much more detail.

Creating a project

$ neopo create myProject

Configuring a project

$ neopo configure argon 1.5.2 myProject

Building a project

$ neopo build myProject

Flashing a project

$ neopo flash myProject

Running a specific Makefile target

$ neopo run clean-debug myProject

Note: Specifying the project directory is optional if your current working directory is a Particle project. Tab completion can also find valid projects in the current working directory.

For example:

$ cd myProject

$ neopo build

$ neopo flash