platformio/platformio-core

How can I customize the default set of files generated when creating a new project?

Open

#5.264 geöffnet am 22. Sept. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (791 Forks)batch import
help wanted

Repository-Metriken

Stars
 (7.329 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide