Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vercel/install-node

Simple one-liner shell script that installs official Node.js binaries
https://github.com/vercel/install-node

Last synced: about 2 months ago
JSON representation

Simple one-liner shell script that installs official Node.js binaries

Awesome Lists containing this project

README

        

# install-node.vercel.app

Simple one-liner shell script that installs Node.js binaries.

Demo

Create `install-node` as a bash alias!

```bash
alias install-node="curl -sfLS https://install-node.vercel.app | bash -s --"

install-node 14 -y --prefix=$HOME/node14
```