Skip to content

Commit 14d2b47

Browse files
rishabh3112evenstensberg
authored andcommittedFeb 5, 2019
docs: init documentaion
Add setup walk through and add usage description
1 parent 88888bb commit 14d2b47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎INIT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
A. **Local setup**
77

88
Follow given steps to locally setup `webpack-cli init` by installing dependencies:
9-
1. Create `package.json` through npm
9+
1. Create `package.json` through npm.
1010

1111
```shell
1212
$ npm init
1313
```
1414

15-
2. Install `webpack` and `webpack-cli` as devDependencies
15+
2. Install `webpack` and `webpack-cli` as devDependencies.
1616

1717
```shell
1818
$ npm install --save-dev webpack webpack-cli
@@ -27,7 +27,7 @@ Follow given steps to locally setup `webpack-cli init` by installing dependencie
2727
B. **Global Setup**
2828

2929
Follow following steps to setup `webpack-cli init` globally:
30-
1. Install `webpack` and `webpack-cli` globally
30+
1. Install `webpack` and `webpack-cli` globally.
3131
```shell
3232
$ npm install -g webpack webpack-cli
3333
```

0 commit comments

Comments
 (0)
Please sign in to comment.