2.0.1 • Published 5 years ago

install.sh v2.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

install.sh

The universal install script

npm.io

This comic by XKCD is fun, but the pictured script has some flaws. 1. It can create a mess with multiple package version 2. It can install different packages (try searching wget on NPM) 3. It will take a lot of time to run it

Introducing the new install.sh which doesn't have any of those flaws.

System requirements

macOS/Linux, brew and pip.

Install

You don't even need to install it, just run

npx install.sh <package name>

If you still want to install it, run

npm i -g install.sh

Let's install something!

install.sh wget
install.sh apple-jwt

by George Bougakov