mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 09:39:51 +00:00
v0.5.1
This commit is contained in:
@@ -9,6 +9,12 @@ Effortlessly install developer tools with easy-to-remember URLs.
|
||||
- without touching system files or permissions
|
||||
- without looking up docs
|
||||
|
||||
## Install webi via npm:
|
||||
|
||||
```bash
|
||||
npm install -g webi
|
||||
```
|
||||
|
||||
## Example: Installing node
|
||||
|
||||
Mac & Linux:
|
||||
@@ -25,6 +31,9 @@ curl.exe -fsSA "MS" https://webinstall.dev/node | powershell
|
||||
|
||||
## 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
|
||||
|
||||
2
_npm/package-lock.json
generated
2
_npm/package-lock.json
generated
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@root/webi",
|
||||
"name": "webi",
|
||||
"version": "0.5.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
@@ -8,7 +8,7 @@
|
||||
"scripts/"
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "node scripts/webi.js",
|
||||
"postinstall": "node scripts/install-webi.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user