Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pricemi115/grumptech-spawn-helper
- Owner: pricemi115
- License: isc
- Created: 2022-07-06T11:00:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T04:50:50.000Z (about 2 years ago)
- Last Synced: 2024-04-25T14:01:47.707Z (10 months ago)
- Language: HTML
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Security: SECURITY.md
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.