refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / _npm / README.md
1 # [webi](https://webinstall.dev)
2
3 Effortlessly install developer tools with easy-to-remember URLs.
4
5 `webi` is an easy-to-remember cross-platform way to
6
7 - install things quickly
8 - without being `root` or Admin
9 - without touching system files or permissions
10 - without looking up docs
11
12 ## Install webi via npm:
13
14 ```bash
15 npm install -g webi
16 ```
17
18 ## Example: Installing node
19
20 Mac & Linux:
21
22 ```bash
23 curl -fsS https://webinstall.dev/node | bash
24 ```
25
26 Windows 10 (includes `curl.exe` and PowerShell by default):
27
28 ```bash
29 curl.exe -fsSA "MS" https://webinstall.dev/node | powershell
30 ```
31
32 ## Example: Switching node versions
33
34 Once `webi` is installed, you can then install commands or switch versions with
35 webi itself:
36
37 ```bash
38 webi node@stable
39 webi node@lts
40 webi node@v10
41 ```
42
43 ## Meta Package
44
45 This is a meta package for [webi™](https://webinstall.dev/webi).