yt.formula.node

A sprinter formula installing node.js


License
Other
Install
pip install yt.formula.node==0.0.4

Documentation

yt.formula.node

build status

yt.formula.node is a sprinter formula for installing node.js executables and npm packages

Example usage

[node]
formula = yt.formula.node:git+https://github.com/toumorokoshi/yt.formula.node.git
version = 0.10.16
packages =
  grunt-cli

Options

  • version: the version of node you want to install (in the format of X.X.X)
  • packages: the npm packages you want to install

All intalled executables are automatically symlinked to your path.