Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pricemi115/grumptech-spawn-helper

Spawn asynchronous child processes in npm modules
https://github.com/pricemi115/grumptech-spawn-helper

Last synced: 25 days ago
JSON representation

Spawn asynchronous child processes in npm modules

Awesome Lists containing this project

README

        

# Spawn Helper
[Spawn Helper](https://github.com/pricemi115/grumptech-spawn-helper), by [GrumpTech](https://github.com/pricemi115/), 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](./CHANGELOG.md)

## Security Policy
Please refer to our [security policy](./SECURITY.md) 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](https://github.com/pricemi115/grumptech-spawn-helper/issues)

## Contributing

1. Fork it!
2. Create your feature/fix branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request

## License

Refer to [LICENSE.md](./LICENSE.md) for information regarding licensing of this source code.