Skip to content

Commit

Permalink
feat(Schematics): Add alias for container, store and action blueprints (
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbsmyth authored and brandonroberts committed Jan 4, 2018
1 parent ea98fb7 commit dc64ac9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/schematics/collection.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"schematics": {
"action": {
"aliases": [ "a" ],
"factory": "./src/action",
"schema": "./src/action/schema.json",
"description": "Add store actions"
Expand All @@ -17,6 +18,7 @@
},

"container": {
"aliases": [ "co" ],
"factory": "./src/container",
"schema": "./src/container/schema.json",
"description": "Add store container component"
Expand Down Expand Up @@ -86,6 +88,7 @@
},

"store": {
"aliases": [ "st" ],
"factory": "./src/store",
"schema": "./src/store/schema.json",
"description": "Adds initial setup for state managment"
Expand Down

0 comments on commit dc64ac9

Please sign in to comment.