puro icon indicating copy to clipboard operation
puro copied to clipboard

Puro flutter create with environment

Open FMorschel opened this issue 1 year ago • 2 comments

It would be nice if there was a way for us to say puro -e master flutter create <project> or something similar.

That would create the project using the environment specified and already set this project to that environment.

Inspired by #60.

FMorschel avatar Apr 19 '24 12:04 FMorschel

The proposed syntax would require parsing arguments passed to flutter, which is doable, but one problem is that it won't know what IDEs to configure for until that project was opened

pingbird avatar Dec 05 '24 20:12 pingbird

I'm not familiar with what IDEs Puro supports besides VS Code and also how much is needed to configure them all but I wouldn't mind configuring them all. Not sure if you have a specific reason to avoid that besides that. We could also ask the ide on the command if that is something you need (maybe defining a default one on global configs can be something as well?).

FMorschel avatar Dec 05 '24 20:12 FMorschel