Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Delete web-angular-simple & console-simple templates #403

Merged
merged 8 commits into from
May 9, 2017
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Unreleased

- Removed `web-angular-simple` and `console-simple` templates.
- The list of templates had become too long.
- Documentation (such as the
[Angular guide](https://webdev.dartlang.org/angular/guide/setup))
that used to rely on `web-angular-simple` now uses
https://github.com/angular-examples/quickstart.
- Tweaked the text of some template descriptions.

## 1.1.1

- Added `angular_test` based tests to web-angular-simple.
Expand Down
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ Kit and Yeoman.

## Stagehand templates
* `console-full` - A larger command-line application sample.
* `console-simple` - A simple command-line application.
* `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 built using the latest stable version of Angular.
* `web-angular-simple` - A minimalist example app used in docs.
* `web-simple` - An absolute bare-bones web app.
* `web-angular` - A web app with material design components.
* `web-simple` - A bare-bones web app.
* `web-stagexl` - A basic 2D canvas app with StageXL.

## Installation
Expand Down Expand Up @@ -58,10 +56,10 @@ And to list all of the project templates:
## Goals

* Opinionated and prescriptive; minimal to no options
* Mobile-first
* Mobile first
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I know this is existing, but how are we mobile first? Perhaps remove?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about "Mobile friendly"?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stagehand is mobile friendly? If you mean that some of the templates are, then we should be clear on that — something like "Stagehand templates for the web are mobile first".

* Support server and client apps
* Becomes the best way to create a new Dart project
* Used by Atom, WebStorm, Sublime, and more
* The best way to create a new Dart project
* Used by IntelliJ, WebStorm, Atom, Sublime, and more
* Distributed as a pub package

## Issues and bugs
Expand All @@ -77,7 +75,7 @@ Contributions welcome! Please read this short
## 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.
usage and error reporting, and how you can opt out.

## Disclaimer

Expand Down
26 changes: 0 additions & 26 deletions lib/generators/console_simple.dart

This file was deleted.

31 changes: 0 additions & 31 deletions lib/generators/console_simple_data.dart

This file was deleted.

4 changes: 2 additions & 2 deletions lib/generators/web_angular.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import 'web_angular_data.dart';
*/
class WebAngularGenerator extends DefaultGenerator {
WebAngularGenerator()
: super('web-angular', 'Angular Web Application',
'A web app built using the latest stable version of Angular.',
: super('web-angular', 'AngularDart Web App',
'A web app with material design components.',
categories: const ['dart', 'web']) {
for (TemplateFile file in decodeConcatenatedData(data)) {
addTemplateFile(file);
Expand Down
26 changes: 0 additions & 26 deletions lib/generators/web_angular_simple.dart

This file was deleted.

155 changes: 0 additions & 155 deletions lib/generators/web_angular_simple_data.dart

This file was deleted.

26 changes: 0 additions & 26 deletions lib/generators/web_polymer.dart

This file was deleted.

Loading