mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
841 B
841 B
webi
Effortlessly install developer tools with easy-to-remember URLs.
webi is an easy-to-remember cross-platform way to
- install things quickly
- without being
rootor Admin - without touching system files or permissions
- without looking up docs
Install webi via npm:
npm install -g webi
Example: Installing node
Mac & Linux:
curl -fsS https://webinstall.dev/node | bash
Windows (includes curl.exe and PowerShell by default):
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:
webi node@stable
webi node@lts
webi node@v10
Meta Package
This is a meta package for webi™.