2.1.2 • Published 6 years ago

node-install v2.1.2

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

node-install

Extremely simple node install script written in bash.

One-line install

curl -fs https://raw.githubusercontent.com/mafintosh/node-install/master/install | sh

It is easy to use

node-install 0.10.10 # installs node 0.10.10 node-install 0.8.24 # installs node 0.8.24 node-install 10 # installs latest node 10

You can also make it print the command it runs to install instead of installing using the --dry-run flag

node-install 10 --dry-run

It is licensed under MIT

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

9 years ago

1.0.0

9 years ago