grumptech-spawn-helper
v1.3.0
Published
Wrapper for NodeJS child_process::spawn()
Downloads
25
Readme
Spawn Helper
Spawn Helper, by GrumpTech, is an event-driven module allowing modules to spawn asynchronous tasks.
This module wraps the behaviors of the child_process
module of NodeJS in an easy to use package.
Consumers simply need to create an instance of the SpawnHelper, register for the complete
event, and invoke the Spawn() method.
Refer to the documentation by opening ./docs/index.html
in a web browser.
Change Log
The change history can be viewed here
Security Policy
Please refer to our security policy for information on which versions are receiving security updates and how to report security vulnerabilities.
Installation
To install the module:
npm install grumptech-spawn-helper
Known Issues and Planned Enhancements
Refer to the bugs and enhancements listed here
Contributing
- Fork it!
- Create your feature/fix branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
Refer to LICENSE.md for information regarding licensing of this source code.