We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8424be commit d47eea0Copy full SHA for d47eea0
SCAFFOLDING.md
@@ -34,11 +34,20 @@ webpack-cli init path/to/your/scaffold
34
35
Or you can create a global module and symlink to the local one:
36
37
-```bash
38
-cd path/to/my-scaffold
39
-npm link
40
-webpack-cli init my-scaffold
41
-```
+* Using npm
+
+ ```bash
+ cd path/to/my-scaffold
+ npm link
42
+ webpack-cli init my-scaffold
43
+ ```
44
45
+* Using yarn
46
47
48
49
+ yarn link
50
51
52
#### Running a scaffold from npm
53
0 commit comments