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. Once the 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. Then:
$ mkdir fancy_project
$ cd fancy_project
$ stagehand webapp
Stagehand contains a highly curated list of templates: