close
The Wayback Machine - https://web.archive.org/web/20200808201615/https://github.com/davidanthoff/NodeJS.jl
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

You can’t perform that action at this time.