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 87ba169 commit f8424beCopy full SHA for f8424be
SCAFFOLDING.md
@@ -28,10 +28,18 @@ webpack-cli init <your-scaffold>
28
#### Running a scaffold locally
29
When the scaffold package is on you local file system you should pass its path to `init`:
30
31
-```js
+```bash
32
webpack-cli init path/to/your/scaffold
33
```
34
35
+Or you can create a global module and symlink to the local one:
36
+
37
38
+cd path/to/my-scaffold
39
+npm link
40
+webpack-cli init my-scaffold
41
+```
42
43
#### Running a scaffold from npm
44
45
If the package is on npm, its name must begin with `webpack-scaffold` and can be used running:
0 commit comments