node-modules/runscript

Name: runscript

Owner: node_modules

Description: Run script easy!

Created: 2016-02-04 15:59:31.0

Updated: 2018-04-15 14:40:10.0

Pushed: 2017-07-28 15:10:01.0

Homepage: null

Size: 12

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

runscript

NPM version build status appveyor build status Test coverage David deps npm download

Run script easy!

Installation
m install runscript
Quick start
t runScript = require('runscript');

cript('node -v', { stdio: 'pipe' })
hen(stdio => {
console.log(stdio);

atch(err => {
console.error(err);
;
License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.