grumptech-spawn-helper
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

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

  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 for information regarding licensing of this source code.

Readme

Keywords

Package Sidebar

Install

npm i grumptech-spawn-helper

Weekly Downloads

2

Version

1.3.0

License

ISC

Unpacked Size

1.34 MB

Total Files

45

Last publish

Collaborators

  • pricemi115