piyush-bhatt / node-for-alpine

Install node.js, nvm and yarn to alpine dev container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js for Alpine (node-alpine)

Feature to install node.js, nvm and yarn to alpine dev container

Example Usage

"features": {
    "piyush-bhatt/node-alpine:1": {
        "nodeVersion": "latest"
    }
}

Options

Options Id Description Type Default Value
nodeVersion Select or enter Node.js version to install string lts
nvmVersion Enter NVM version to install string 0.39.3
yarnVersion Select or enter yarn version to install string latest

About

Install node.js, nvm and yarn to alpine dev container

License:MIT License


Languages

Language:Shell 100.0%