add webi to npm as @root/webi@v0.5.0
[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 ## Example: Installing node
13
14 Mac & Linux:
15
16 ```bash
17 curl -fsS https://webinstall.dev/node | bash
18 ```
19
20 Windows 10 (includes `curl.exe` and PowerShell by default):
21
22 ```bash
23 curl.exe -fsSA "MS" https://webinstall.dev/node | powershell
24 ```
25
26 ## Example: Switching node versions
27
28 ```bash
29 webi node@stable
30 webi node@lts
31 webi node@v10
32 ```
33
34 ## Meta Package
35
36 This is a meta package for [webi™](https://webinstall.dev/webi).