Skip to content

Commit 9810c11

Browse files
committed
Merge branch 'master' into dev
2 parents 51dff66 + 1bbdb50 commit 9810c11

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

packages/create/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Create Pattern Lab
2+
3+
To get started, simply run:
4+
5+
```bash
6+
npm create pattern-lab
7+
```
8+
9+
Then follow the prompts.
10+
11+
This is the same as using the main Pattern Lab CLI's `init` command:
12+
13+
```bash
14+
npm i -g @pattern-lab/cli
15+
pattern-lab init
16+
```

packages/create/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "@pattern-lab/create",
3-
"version": "1.0.2",
2+
"name": "create-pattern-lab",
3+
"version": "1.0.5",
44
"description": "",
55
"bin": "index.js",
6+
"main": "index.js",
67
"scripts": {},
78
"dependencies": {
89
"@pattern-lab/cli": "^0.0.3-alpha.0"

0 commit comments

Comments
 (0)