Easily create your next Dart app.
Stagehand helps you quickly, easily, and correctly create Dart applications. It generates the scaffolding that you need so you can get productive, faster. Stagehand supports generating client-side web apps and server-side apps.
Installing Stagehand requires the Dart SDK, version 1.6 or greater (Dart 1.7 is highly recommended). Once Dart SDK is on your path, you can install the stagehand pub package:
$ pub global activate stagehand
Stagehand is easy to use. First, make sure pub scripts are on your PATH.
$ cd <location for your app>
$ stagehand -o <appname> webapp
Stagehand contains a highly curated list of templates.