Skip to content

Commit dc64ac9

Browse files
peterbsmythbrandonroberts
authored andcommitted
feat(Schematics): Add alias for container, store and action blueprints (#685)
1 parent ea98fb7 commit dc64ac9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/schematics/collection.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"schematics": {
33
"action": {
4+
"aliases": [ "a" ],
45
"factory": "./src/action",
56
"schema": "./src/action/schema.json",
67
"description": "Add store actions"
@@ -17,6 +18,7 @@
1718
},
1819

1920
"container": {
21+
"aliases": [ "co" ],
2022
"factory": "./src/container",
2123
"schema": "./src/container/schema.json",
2224
"description": "Add store container component"
@@ -86,6 +88,7 @@
8688
},
8789

8890
"store": {
91+
"aliases": [ "st" ],
8992
"factory": "./src/store",
9093
"schema": "./src/store/schema.json",
9194
"description": "Adds initial setup for state managment"

0 commit comments

Comments
 (0)