Skip to content

Commit 2df9b70

Browse files
ramonornelajthoms1
authored andcommitted
docs(generator): add docs help in usage #1411 (#1446)
1 parent 38cfaaa commit 2df9b70

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

lib/ionic/generate.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,21 @@ var settings = {
1616
'--list': {
1717
title: 'List available generators',
1818
boolean: true
19-
}
19+
},
20+
'--includeSpec': {
21+
title: 'Create test spec basic to pages, components, directives, pipes and providers',
22+
boolean: true
23+
},
24+
'--skipScss': {
25+
title: 'Not create scss for components and pages',
26+
boolean: true
27+
},
28+
'--componentsDir': 'Path directory target is created component',
29+
'--directivesDir': 'Path directory target is created directive',
30+
'--pagesDir': 'Path directory target is created page',
31+
'--pipesDir': 'Path directory target is created pipe',
32+
'--providersDir': 'Path directory target is created provider',
33+
'--templateDir': 'Path directory templates custom to pages, components, directives, pipes and providers'
2034
},
2135
isProjectTask: true
2236
};

0 commit comments

Comments
 (0)