Open jodinathan opened 1 year ago
I mean, instead of having this cli to create AngularDart apps, why not forking the Dart SDK and adding an option to its dart create -t command? like dart create -t angular myapp
dart create -t
dart create -t angular myapp
what do you guys think?
Forking sounds fine for me, but I doubt upstream is going to accept this change though.
I mean, instead of having this cli to create AngularDart apps, why not forking the Dart SDK and adding an option to its
dart create -t
command?like
dart create -t angular myapp
what do you guys think?