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 Dart SDK is on your path, you can install the stagehand pub package:
$ pub global activate stagehand
Using stagehand is easy.
$ cd <location for your app>
$ pub global run stagehand -o <appname> webapp
Stagehand contains a highly curated list of templates.
helloworld
- the most basic command line app.webapp
- a basic HTML apppublib
- a library