-
Notifications
You must be signed in to change notification settings - Fork 0
stagehand
holzkohlengrill edited this page Dec 15, 2023
·
2 revisions
Stagehand - A Dart project generator
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.
-
console-full
- A command-line application sample. -
package-simple
- A starting point for Dart libraries or applications. -
server-shelf
- A web server built using the shelf package. -
web-angular
- A web app with material design components. -
web-simple
- A web app that uses only core Dart libraries. -
web-stagexl
- A starting point for 2D animation and games.
Requirements:
To install:
> pub global activate stagehand
To update, run activate again:
> pub global activate stagehand
Stagehand will generate a project skeleton into the current directory. As an example, here is how you create a package with Stagehand:
> mkdir fancy_project
> cd fancy_project
> stagehand package-simple
And to list all of the project templates:
> stagehand
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License *.
Code (snippets) are licensed under a MIT License *.
* Unless stated otherwise