asdf-nodejs/README.md

19 lines
596 B
Markdown
Raw Normal View History

2015-05-24 12:27:40 +08:00
# asdf-nodejs
2016-03-16 12:24:18 +08:00
Node.js plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
2015-05-24 12:27:40 +08:00
## Install
```
2016-03-16 12:24:18 +08:00
asdf plugin-add nodejs https://github.com/asdf-vm/asdf-nodejs.git
2015-05-24 12:27:40 +08:00
```
## Use
2016-03-16 12:24:18 +08:00
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions of Node.js.
2015-05-24 12:27:40 +08:00
When installing Node.js using `asdf install`, you can pass custom configure options with the following env vars:
* `NODEJS_CONFIGURE_OPTIONS` - use only your configure options
* `NODEJS_EXTRA_CONFIGURE_OPTIONS` - append these configure options along with ones that this plugin already uses