davidanthoff / NodeJS.jl

Node.js installation for julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Node.js installation for julia

License:Other


Languages

Language:Julia 100.0%