We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51dff66 + 1bbdb50 commit 9810c11Copy full SHA for 9810c11
packages/create/README.md
@@ -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
14
+npm i -g @pattern-lab/cli
15
+pattern-lab init
16
packages/create/package.json
@@ -1,8 +1,9 @@
{
- "name": "@pattern-lab/create",
- "version": "1.0.2",
+ "name": "create-pattern-lab",
+ "version": "1.0.5",
"description": "",
"bin": "index.js",
+ "main": "index.js",
"scripts": {},
"dependencies": {
"@pattern-lab/cli": "^0.0.3-alpha.0"
0 commit comments