platformio/platformio-core

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

Open

#5,264 opened on 2025年9月22日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (791 forks)batch import
help wanted

Repository metrics

Stars
 (7,329 stars)
PR merge metrics
 (平均マージ 109d 16h) (30d で 5 merged PRs)

説明

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?

コントリビューターガイド