Files
vim-ale/_npm/README.md
AJ ONeal c9efb5d31e v0.5.1
2020-08-12 12:55:44 -06:00

46 lines
852 B
Markdown

# [webi](https://webinstall.dev)
Effortlessly install developer tools with easy-to-remember URLs.
`webi` is an easy-to-remember cross-platform way to
- install things quickly
- without being `root` or Admin
- without touching system files or permissions
- without looking up docs
## Install webi via npm:
```bash
npm install -g webi
```
## Example: Installing node
Mac & Linux:
```bash
curl -fsS https://webinstall.dev/node | bash
```
Windows 10 (includes `curl.exe` and PowerShell by default):
```bash
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
webi node@v10
```
## Meta Package
This is a meta package for [webi™](https://webinstall.dev/webi).