Code Monkey home page Code Monkey logo

stagehand's Introduction

Stagehand - A Dart project generator

Stagehand banner

Build 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.

Things you can create with Stagehand

  • consoleapp - a minimal command-line script
  • package - a library for pub, complete with tests
  • polymerapp - a web app with polymer.dart and paper (material design) elements
  • shelfapp - a minimal web server using the shelf package
  • webapp - a minimal responsive web app, with Sass, routing, and more

Installation

Requirements:

Stagehand - A Dart project generator

Stagehand banner

Build 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.

Things you can create with Stagehand

  • consoleapp - a minimal command-line script
  • package - a library for pub, complete with tests
  • polymerapp - a web app with polymer.dart and paper (material design) elements
  • shelfapp - a minimal web server using the shelf package
  • webapp - a minimal responsive web app, with Sass, routing, and more

Installation

Requirements:

Stagehand - A Dart project generator

Stagehand banner

Build 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.

Things you can create with Stagehand

  • consoleapp - a minimal command-line script
  • package - a library for pub, complete with tests
  • polymerapp - a web app with polymer.dart and paper (material design) elements
  • shelfapp - a minimal web server using the shelf package
  • webapp - a minimal responsive web app, with Sass, routing, and more

Installation

Requirements:

  • Dart SDK 1.6 or greater on your path

Install:

#TEST CLA

Stagehand - A Dart project generator

Stagehand banner

Build 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.

Things you can create with Stagehand

  • consoleapp - a minimal command-line script
  • package - a library for pub, complete with tests
  • polymerapp - a web app with polymer.dart and paper (material design) elements
  • shelfapp - a minimal web server using the shelf package
  • webapp - a minimal responsive web app, with Sass, routing, and more

Installation

Requirements:

  • Dart SDK 1.6 or greater on your path

Install:

$> pub global activate stagehand

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:

With Dart 1.7 or greater:

$> mkdir fancy_project
$> cd fancy_project
$> stagehand webapp

With Dart 1.6:

$> mkdir fancy_project
$> cd fancy_project
$> pub global run stagehand webapp

Here is how you list all of the project templates:

With Dart 1.7 or greater:

$> stagehand

With Dart 1.6:

$> pub global run 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
  • Non-goal: fostering an entire ecosystem of generators. This project is opinionated. It’s not a framework for generators.

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.