Closed keeramis closed 1 year ago
The new Particle Project template!
npm install
npm start -- project create
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
Description
The new Particle Project template!
npm install
npm start -- project create
and verify that the project structure is as expectedNew project structure
See example here : https://github.com/particle-iot/particle-commands/tree/master/test/fixtures/projects/myProject
Related Issues / Discussions
Completeness