Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dart.googlesource.com-stagehand
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
dart.googlesource.com-stagehand
Commits
93580e50
Commit
93580e50
authored
10 years ago
by
Seth Ladd
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into use-generator-super-class
parents
82473084
3df54618
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+25
-3
25 additions, 3 deletions
README.md
with
25 additions
and
3 deletions
README.md
+
25
−
3
View file @
93580e50
...
...
@@ -3,7 +3,27 @@
## 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.
It is a Dart project scaffolding generator, inspired by tools like Web Starter
Kit and Yeoman.
## Installation
Requirements:
*
Dart SDK 1.6 or greater on your path
Install:
$> pub global activate stagehand
## Usage
$> cd where_you_want_to_create_the_project_directory
$> pub global run stagehand -o _directory_name_ webapp
To list all of the project templates:
$> pub global run stagehand
## Goals
...
...
@@ -28,9 +48,11 @@ It is a Dart project scaffolding generator, inspired by tools like Web Starter K
*
Single package
*
Generators for:
*
Dart + HTML app
*
this is the most minimal option. for the developer that doesn’t want to be confused by too much going on.
*
this is the most minimal option. for the developer that doesn’t want to
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”
*
this is the most opinionated and complete option. for the developer that
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment