Skip to content
Snippets Groups Projects
Commit 4837fc48 authored by Devon Carew's avatar Devon Carew Committed by GitHub
Browse files

Merge pull request #337 from google/rename_templates

rename templates for consistency
parents c358982a 5f4999a3
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,4 @@ build
.buildlog
.pub
.settings/
*.iml
......@@ -7,11 +7,11 @@ import '../src/common.dart';
import 'console_simple_data.dart';
/**
* A generator for a hello world command-line application.
* A generator for a simple hello world command-line application.
*/
class ConsoleSimpleGenerator extends DefaultGenerator {
ConsoleSimpleGenerator()
: super('console-simple', 'Console Application',
: super('console-simple', 'Simple Console Application',
'A simple command-line application.',
categories: const ['dart', 'console']) {
for (TemplateFile file in decodeConcatenatedData(data)) {
......
......@@ -11,7 +11,7 @@ import 'web_simple_data.dart';
*/
class WebSimpleGenerator extends DefaultGenerator {
WebSimpleGenerator()
: super('web-simple', 'Uber Simple Web Application',
: super('web-simple', 'Simple Web Application',
'An absolute bare-bones web app.',
categories: const ['dart', 'web']) {
for (TemplateFile file in decodeConcatenatedData(data)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment