asdf-nodejs/README.md
Akash Manohar J 2c48d81ff7 Add readme
2015-05-24 09:57:40 +05:30

19 lines
599 B
Markdown

# asdf-nodejs
Node.js plugin for [asdf](https://github.com/HashNuke/asdf) version manager
## Install
```
asdf plugin-add nodejs https://github.com/HashNuke/asdf-nodejs.git
```
## Use
Check [asdf](https://github.com/HashNuke/asdf) readme for instructions on how to install & manage versions of Node.js.
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