You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ See [Usage](#usage) for more information.
28
28
29
29
For users wanting a more pre-packaged experience several editions are available.
30
30
31
-
*[Pattern Lab/Node: Vanilla Edition](https://github.com/pattern-lab/patternlab-node/packages/edition-node) contains info how to get started within a pure node environment.
31
+
*[Pattern Lab/Node: Vanilla Edition](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/edition-node) contains info how to get started within a pure node environment.
32
32
33
-
*[Pattern Lab/Node: Gulp Edition](https://github.com/pattern-lab/patternlab-node/packages/edition-node-gulp) contains info how to get started within a Gulp task running environment.
33
+
*[Pattern Lab/Node: Gulp Edition](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/edition-node-gulp) contains info how to get started within a Gulp task running environment.
34
34
35
35
36
36
## Ecosystem
@@ -63,7 +63,7 @@ patternlab.serve({
63
63
64
64
* Read more about the rest of [Public API](./docs), and already implemented for you within [Editions](#editions).
65
65
66
-
* A full-featured [command line interface](https://github.com/pattern-lab/patternlab-node/packages/cli) is also available.
66
+
* A full-featured [command line interface](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/cli) is also available.
## The Mustache PatternEngine for Pattern Lab / Node
2
2
3
-
This one should be included by default with [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node/packages/core) and consumed by [Node Editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node).
3
+
This one should be included by default with [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/core) and consumed by [Node Editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node).
4
4
5
5
If it's missing from your project for any reason, `npm install @pattern-lab/engine-mustache` should do the trick.
0 commit comments