NodeJS.jl icon indicating copy to clipboard operation
NodeJS.jl copied to clipboard

Node.js installation for julia

NodeJS

Project Status: Active - The project has reached a stable, usable state and is being actively developed. codecov.io

Overview

This package installs a private copy of Node.js for use in julia packages. The package only exports two functions:

nodejs_cmd() returns the full path of the node command. npm_cmd() returns the full path of the npm command.

The return value of both functions can be interpolated directly into julia Cmd instances.