NodeJS.jl

Node.js installation for julia
Author davidanthoff
Popularity
32 Stars
Updated Last
1 Year Ago
Started In
March 2017

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.

Required Packages

No packages found.