GithubHelp home page GithubHelp logo

childish-process's Introduction

childish-process

A simpler way to call spawn or exec of child_process. Makes it easy to call spawn with custom event-handlers. Makes options easy to template, extend, invoke strategies, generating event-handlers that can notify, for example.

Use

NPM

var run = require('childish-process');
  • run(command[, options]); calls child_process.spawn
  • run(command[, options], callback); calls child_process.exec

The options may include a "childish" key with custom event handlers for any of: "stdout", "stderr", "error", or "close". It's unlikely that node will ever add a childish option to its child_process.

See the handlers function and its defaults for what can be overridden via childish options.

Configuration

The configuration options are getting a huge upgrade, to be documented and probably tested. Meanwhile, example usage can be found in datomiki's gulpfile.js and notifications.json, while gulp-npm-test is an example for code usage.

Dependencies

Dependency Status devDependency Status

Unlicensed

This is free and unencumbered public domain software. For more information, see UNLICENSE.

childish-process's People

Contributors

orlin avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.