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

Instructions say "run your app using `dart bin/__projectName__.dart`" #672

Open DanTup opened 4 years ago

DanTup commented 4 years ago

After creating an app, it says:

6 files written.

--> to provision required packages, run 'pub get'
--> run your app using `dart bin/__projectName__.dart`.

It looks a bit weird having __projectName__ here - should it have been replaced?

devoncarew commented 4 years ago

Yes, this is a bug. The text doesn't participate in the template replacement, so likely shouldn't have been updated as part of https://github.com/dart-lang/stagehand/pull/659.

We could do something like replace the guidance with 'dart run'.

cc @jwren