You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Arduino IDE allows customizing the default ino file with the arduino.sketch.inoBlueprint as mentioned here. It would be nice to have an equivalent version in arduino-cli when running arduino-cli sketch new. It may also be worth considering an option for a template sketch directory instead of just a template ino file.
Describe the current behavior
When running arduino-cli sketch new <project>, the same ino file with an empty setup and loop is created every time.
Describe the request
The Arduino IDE allows customizing the default ino file with the
arduino.sketch.inoBlueprint
as mentioned here. It would be nice to have an equivalent version in arduino-cli when runningarduino-cli sketch new
. It may also be worth considering an option for a template sketch directory instead of just a template ino file.Describe the current behavior
When running
arduino-cli sketch new <project>
, the same ino file with an emptysetup
andloop
is created every time.Arduino CLI version
arduino-cli Version: 0.33.1 Commit: 347bfeb Date: 2023-06-30T15:32:47Z
Operating system
macOS
Operating system version
13.4.1
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: