Skip to content

Dart project generator - web apps, console apps, servers, and more.

License

Notifications You must be signed in to change notification settings

open-ambition/stagehand

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stagehand - A Dart project generator

Stagehand banner

pub package Build Status Coverage Status

Helps you get setup!

Stagehand helps you get your Dart projects set up and ready for the big show. It is a Dart project scaffolding generator, inspired by tools like Web Starter Kit and Yeoman.

Stagehand templates

  • console-full - A larger command-line application sample.
  • console-simple - A simple command-line application.
  • package-simple - A starting point for Dart libraries or applications.
  • server-appengine - A simple App Engine application.
  • server-shelf - A web server built using the shelf package.
  • web-full - A mobile-friendly web app with routing, responsive CSS, and (optional) Sass support.
  • web-polymer - A web app built using polymer.dart.
  • web-simple - An absolute bare-bones web app.

Installation

Requirements:

To install:

$> pub global activate stagehand

To update:

# activate stagehand again
$> pub global activate stagehand

Usage

Stagehand will generate a project skeleton into the current directry. As an example, here is how you create a webapp with Stagehand:

$> mkdir fancy_project
$> cd fancy_project
$> stagehand web-full

And to list all of the project templates:

$> stagehand

Goals

  • Opinionated and prescriptive; minimal to no options
  • Mobile-first
  • Support server and client apps
  • Becomes the best way to create a new Dart project
  • Used by WebStorm, CDE, Sublime, and more
  • Distributed as a pub package

Issues and bugs

Please file reports on the GitHub Issue Tracker.

Contributing

Contributions welcome! Please read this short guide first.

Analytics and crash reports

Learn more about how Stagehand uses Google Analytics for measuring usage and error reporting, and how you can opt-out.

Disclaimer

This is not an official Google product.

About

Dart project generator - web apps, console apps, servers, and more.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 75.8%
  • CSS 20.7%
  • HTML 3.2%
  • Shell 0.3%