platformio/platformio-core

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

Ouverte

#5 264 ouverte le 22 sept. 2025

 (1 commentaire) (0 réaction) (0 personne assignée)Python (791 forks)batch import
help wanted

Métriques du dépôt

Stars
 (7 329 étoiles)
Métriques de merge PR
 (Merge moyen 109j 16h) (5 PRs mergées en 30 j)

Description

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?

Guide contributeur