You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
# create-web-ext
2
2
3
-
`create-web-ext` is a scaffolding tool for browser extensions. It takes input few parameters and outputs a complete scaffolded broswer extenions project.
3
+
[`create-web-ext`](https://www.npmjs.com/package/create-web-ext/) is a scaffolding tool for browser extensions. It takes input few parameters and outputs a complete scaffolded browser extension project.
4
4
5
-
## Installation from source
5
+
## Requirements
6
6
7
-
You'll need:
8
-
*[Node.js](https://nodejs.org/en/), 6.0.0 or higher
9
-
*[npm](https://www.npmjs.com/), 3.0.0 or higher is recommended
7
+
* You need [Node.js](https://nodejs.org/en/) , 6.0.0 or higher
8
+
* Install [npm](https://www.npmjs.com/) , 3.0.0 or higher is recommended
10
9
11
10
Optionally, you may like:
12
11
*[nvm](https://github.com/creationix/nvm), which helps manage node versions
0 commit comments