platformio/platformio-core
How can I customize the default set of files generated when creating a new project?
Aperta
#5264 aperta il 22 set 2025
help wanted
Metriche repository
- Star
- (7329 stelle)
- Metriche merge PR
- (Merge medio 109g 16h) (5 PR mergiate in 30 g)
Descrizione
When I create a new project, these files and folders are created by default.
|- .pio/
|- .vscode/
| |- extensions.json
|- include/
| |- README.md
|- lib/
| |- README.md
|- src/
|- test/
| |- README.md
|- .gitignore
|- platformio.ini
These are good, but I want to add mbed_app.json to these.
How can I do this?