Skip to content

Commit a7444ff

Browse files
committed
updated command usages
1 parent a8210d6 commit a7444ff

File tree

12 files changed

+13
-12
lines changed

12 files changed

+13
-12
lines changed

Diff for: app/USAGE

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ Description:
22
Creates a default AngularJS app
33

44
Example:
5-
yo angular [--coffee] [--minsafe]
5+
yo angular-fullstack [--coffee] [--minsafe]
66

77
This will create:
88
Gruntfile.js
99
bower.json
10+
server.js
1011

1112
app/index.html
1213
app/scripts/your-app-name-here.js

Diff for: constant/USAGE

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description:
33
Docs: http://docs.angularjs.org/guide/dev_guide.services.creating_services
44

55
Example:
6-
yo angular:constant thing [--coffee] [--minsafe]
6+
yo angular-fullstack:constant thing [--coffee] [--minsafe]
77

88
This will create:
99
app/scripts/services/thing.js

Diff for: controller/USAGE

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Description:
22
Creates a new Angular controller
33

44
Example:
5-
yo angular:controller Thing [--coffee] [--minsafe]
5+
yo angular-fullstack:controller Thing [--coffee] [--minsafe]
66

77
This will create:
88
app/scripts/controllers/thing-ctrl.js

Diff for: decorator/USAGE

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Description:
22
Creates a new AngularJS decorator for a specified service
33

44
Example:
5-
yo angular:decorator serviceName [--coffee]
5+
yo angular-fullstack:decorator serviceName [--coffee]
66

77
This will create:
88
app/scripts/decorators/serviceNameDecorator.js

Diff for: directive/USAGE

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Description:
22
Creates a new Angular directive
33

44
Example:
5-
yo angular:directive thing [--coffee] [--minsafe]
5+
yo angular-fullstack:directive thing [--coffee] [--minsafe]
66

77
This will create:
88
app/scripts/directives/thing.js

Diff for: factory/USAGE

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description:
33
Docs: http://docs.angularjs.org/guide/dev_guide.services.creating_services
44

55
Example:
6-
yo angular:factory thing [--coffee] [--minsafe]
6+
yo angular-fullstack:factory thing [--coffee] [--minsafe]
77

88
This will create:
99
app/scripts/services/thing.js

Diff for: filter/USAGE

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Description:
22
Creates a new AngularJS filter
33

44
Example:
5-
yo angular:filter thing [--coffee] [--minsafe]
5+
yo angular-fullstack:filter thing [--coffee] [--minsafe]
66

77
This will create:
88
app/scripts/filters/thing.js

Diff for: provider/USAGE

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description:
33
Docs: http://docs.angularjs.org/guide/dev_guide.services.creating_services
44

55
Example:
6-
yo angular:provider thing [--coffee] [--minsafe]
6+
yo angular-fullstack:provider thing [--coffee] [--minsafe]
77

88
This will create:
99
app/scripts/services/thing.js

Diff for: route/USAGE

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Description:
22
Creates a new AngularJS route
33

44
Example:
5-
yo angular:route thing [--coffee] [--minsafe]
5+
yo angular-fullstack:route thing [--coffee] [--minsafe]
66

77
This will create:
88
app/scripts/controllers/thing.js

Diff for: service/USAGE

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description:
33
Docs: http://docs.angularjs.org/guide/dev_guide.services.creating_services
44

55
Example:
6-
yo angular:service thing [--coffee] [--minsafe]
6+
yo angular-fullstack:service thing [--coffee] [--minsafe]
77

88
This will create:
99
app/scripts/services/thing.js

Diff for: value/USAGE

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description:
33
Docs: http://docs.angularjs.org/guide/dev_guide.services.creating_services
44

55
Example:
6-
yo angular:value thing [--coffee] [--minsafe]
6+
yo angular-fullstack:value thing [--coffee] [--minsafe]
77

88
This will create:
99
app/scripts/services/thing.js

Diff for: view/USAGE

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Description:
22
Creates a new AngularJS view
33

44
Example:
5-
yo angular:view thing
5+
yo angular-fullstack:view thing
66

77
This will create:
88
app/views/thing.html

0 commit comments

Comments
 (0)