[Feature-Request] Open the Arduino IDE with a different skeleton using arduino-cli #733
Labels
conclusion: duplicate
Has already been submitted
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
When opening the Arduino IDE, this skeleton code will be loaded:
`void setup() {
}
void loop() {
}`
It would be awesome, if a sketch could be created from a file copied.
The command could look like this:
arduino-cli sketch new my_new_program_name --from my_skeleton_file.ino
This feature would be useful for universities, because then you could just create a simple desktop icon which calls this command and then they can start directly without loading an example code and saving a copy from that.
Even better would be an optional flag which would first execute the command and create a new sketch and after that starts the Arduino IDE.
The text was updated successfully, but these errors were encountered: