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
3ad633ad
Commit
3ad633ad
authored
10 years ago
by
Devon Carew
Browse files
Options
Downloads
Patches
Plain Diff
doc changes
parent
c411f11c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+5
-7
5 additions, 7 deletions
README.md
lib/stagehand.dart
+14
-1
14 additions, 1 deletion
lib/stagehand.dart
with
19 additions
and
8 deletions
README.md
+
5
−
7
View file @
3ad633ad
...
...
@@ -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
This diff is collapsed.
Click to expand it.
lib/stagehand.dart
+
14
−
1
View file @
3ad633ad
...
...
@@ -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
;
...
...
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