Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 912 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 912 Bytes

module::Process status stable

Collection of cross-platform routines to execute system commands, run shell, batches, launch external processes from JavaScript application. Module Process leverages not only outputting data from an application but also inputting, makes application arguments parsing and accounting easier. Use the module to get uniform experience from interaction with an external processes on different platforms and operating systems.

Try out from the repository

git clone https://github.com/Wandalen/wProcess
cd wProcess
npm install
node sample/Sample.s

To add to your project

npm add 'wprocess@alpha'