particle-iot / particle-cli

Command Line Interface for Particle Cloud and devices
Apache License 2.0
212 stars 92 forks source link

New Particle Project Template #679

Closed keeramis closed 1 year ago

keeramis commented 1 year ago

Description

The new Particle Project template!

  1. Check out this branch locally and install dependencies using npm install
  2. Run npm start -- project create and verify that the project structure is as expected

New project structure

See example here : https://github.com/particle-iot/particle-commands/tree/master/test/fixtures/projects/myProject

├─ myproject
   │
   ├─ src
   │  └─ myproject.cpp
   │
   ├─ README.md
   │
   ├─ .gitignore
   │
   ├─ particle.properties
   │
   ├─ .github
      ├─ workflows
         └─ main.yaml

Related Issues / Discussions

Completeness