File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ The pure wrapper around [Pattern Lab Node Core](https://github.com/pattern-lab/p
1414This Edition comes with the following components:
1515
1616* ` @pattern-lab/core ` : [ GitHub] ( https://github.com/pattern-lab/patternlab-node/tree/master/packages/core ) | [ npm] ( https://www.npmjs.com/package/@pattern-lab/core )
17+ * ` @pattern-lab/cli ` : [ GitHub] ( https://github.com/pattern-lab/tree/master/packages/cli ) | [ npm] ( https://www.npmjs.com/package/@pattern-lab/cli )
1718* ` @pattern-lab/engine-mustache ` : [ GitHub] ( https://github.com/pattern-lab/tree/master/packages/engine-mustache ) | [ npm] ( https://www.npmjs.com/package/@pattern-lab/engine-mustache )
1819* ` @pattern-lab/uikit-workshop ` : [ GitHub] ( https://github.com/pattern-lab/tree/master/packages/uikit-workshop ) | [ npm] ( https://www.npmjs.com/package/@pattern-lab/uikit-workshop )
1920
Original file line number Diff line number Diff line change 1919 "bugs" : " https://github.com/pattern-lab/patternlab-node/issues" ,
2020 "author" : " Brian Muenzenmeyer" ,
2121 "scripts" : {
22- "build" : " node ./scripts/build.js" ,
23- "help" : " node ./scripts/help.js" ,
24- "serve" : " node ./scripts/serve.js"
22+ "build" : " patternlab build --config ./patternlab-config.json" ,
23+ "help" : " patternlab --help" ,
24+ "install" : " patternlab install --config ./patternlab-config.json" ,
25+ "serve" : " patternlab serve --config ./patternlab-config.json" ,
26+ "version" : " patternlab --version"
2527 },
2628 "license" : " MIT" ,
2729 "engines" : {
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments