0.0.1 • Published 11 years ago

child-proc v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

child-proc

An extension to the Node.js child_process module.

The main problem we expreience when spawning node child processes within a Windows environment is it's issue with finding anything other than an executable (exe) file in the modified path. Using this module as a replacement for child_process can fix this problem while keeping the same functionality in other environments.

Installation

npm i child-proc

Use

Exaclty the same as child_process