dart-archive / stagehand

Dart project generator - web apps, console apps, servers, and more.
https://pub.dev/packages/stagehand
BSD 3-Clause "New" or "Revised" License
649 stars 118 forks source link

Integrate into pub #610

Closed shyndman closed 5 years ago

shyndman commented 5 years ago

Introducing a pub new or pub init backed by a project scaffolder like Stagehand is important to encouraging an experimental attitude towards creating Dart packages.

I know with that node, npm init along with yeoman are my gotos for creating quick one off script projects. Moments ago, I found myself in that position with Dart. I reached for that ability, didn't find it, and felt the barrier to entry. Worth considering.

kwalrath commented 5 years ago

This issue would belong on https://github.com/dart-lang/pub, and you're welcome to file it there, but the tendency has been for pub to do less, not more.

E.g. see https://github.com/dart-lang/pub/issues/1847.