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: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,16 @@
2
2
3
3
This is a [Yeoman](http://yeoman.io) generator for [Particle](https://github.com/phase2/pattern-lab-starter), a modern design-system driven Drupal theme.
4
4
5
+
## Install
6
+
5
7
To install generator-pattern-lab-starter from npm, run:
6
8
7
9
```bash
8
10
npm install -g generator-pattern-lab-starter
9
11
```
10
12
13
+
## Usage
14
+
11
15
*Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.*
12
16
13
17
Finally, initiate the generator:
@@ -22,6 +26,10 @@ Extras can be installed with:
22
26
yo pattern-lab-starter:extras
23
27
```
24
28
29
+
### Options
30
+
31
+
***release**: Run with `--release=<branch-tag-or-hash>` to override the default use of master branch.
32
+
25
33
## Docker-based Development
26
34
27
35
You can perform local development of this generator using our Docker integration.
0 commit comments