Build a PlatformIO project in the default system temporary directory and delete it afterwards

pio ci

  • Build PlatformIO projects with an arbitrary source code structure.
    This will create a new temporary project which the source code will be copied into.
    More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_ci.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

pio ci {{path/to/project}}

click the source code to copy