JohnCoene / npm

npm from R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R-CMD-check

npm

Interact with npm from the R console.

Installation

Stable

install.packages("npm")

Development

# install.packages("remotes")
remotes::install_github("JohnCoene/npm")

Example

library(npm)
npm_install("browserify", scope = "global")

npm_init()
npm_install("jquerjqueryy")
npm_run("--version")

Also see yarn.

About

npm from R

License:Other


Languages

Language:R 97.4%Language:Makefile 2.6%