Skip to content
Snippets Groups Projects
Commit 3ad633ad authored by Devon Carew's avatar Devon Carew
Browse files

doc changes

parent c411f11c
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ Kit and Yeoman.
* consoleapp - a minimal command-line script
* package - a library for pub, complete with tests
* webapp - a minimal responsive web app, with Sass, routing, and more
* polymer - a web app with Polymer.dart and paper (material design) elements
* webapp - a minimal responsive web app, with Sass, routing, and more
* More to come!
## Installation
......@@ -68,7 +68,7 @@ or
## Non-goals
* Fostering an entire ecosystem of generators
* This project is too opinionated. It’s not a framework for generators.
* This project is opinionated. It’s not a framework for generators.
## Requirements
......@@ -82,7 +82,7 @@ or
be confused by too much going on.
* Dart + Polymer app
* this is the most opinionated and complete option. for the developer that
says I just want to paint by numbers
says "I just want to paint by numbers"
* Dart + server-side
* Dart library (suitable to publish on pub.dartlang.org)
* Anonymous and opt-in usage analytics
......@@ -99,13 +99,11 @@ Please file on [Github Issues](https://github.com/sethladd/stagehand/issues).
## Analytics and crash reports
Learn more about how
[Stagehand uses Google Analytics][analytics] for measuring usage and error reporting,
and how you can opt-out.
Learn more about how [Stagehand uses Google Analytics][analytics] for measuring
usage and error reporting, and how you can opt-out.
## Disclaimer
This is not an official Google product.
[analytics]: https://github.com/google/stagehand/wiki/Anonymous-analytics-and-crash-reports
......@@ -5,7 +5,20 @@
/**
* Stagehand is a Dart project generator.
*
* TODO:
* 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.
*
* It can be used as a command-line application, or as a regular Dart library
* composed it a larger development tool. To use as a command-line app, run:
*
* `pub global run stagehand`
*
* to see a list of all app types you can create, and:
*
* `pub global run stagehand -o foobar webapp`
*
* to create a new instance of the `webapp` template in a `foobar` subdirectory.
*/
library stagehand;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment