- without touching system files or permissions
- without looking up docs
+## Install webi via npm:
+
+```bash
+npm install -g webi
+```
+
## Example: Installing node
Mac & Linux:
## Example: Switching node versions
+Once `webi` is installed, you can then install commands or switch versions with
+webi itself:
+
```bash
webi node@stable
webi node@lts
{
- "name": "@root/webi",
- "version": "0.5.0",
+ "name": "webi",
+ "version": "0.5.1",
"description": "Effortlessly install developer tools with easy-to-remember URLs",
"main": "index.js",
"homepage": "https://webinstall.dev",
"scripts/"
],
"scripts": {
- "postinstall": "node scripts/webi.js",
+ "postinstall": "node scripts/install-webi.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {