platformio/platformio-core

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

开放

#5,264 创建于 2025年9月22日

 (1 条评论) (0 个反应) (0 位负责人)Python (791 个派生)batch import
help wanted

仓库指标

星标
 (7,329 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南