proc 0.2.0+1 copy "proc: ^0.2.0+1" to clipboard
proc: ^0.2.0+1 copied to clipboard

Run and manage OS processes with an extensible and testable API.

Changelog #

0.2.0+1 #

  • Move into a monorepo.

0.2.0 #

  • Proccess.complete(...) is a convenience method for simple cases where a process should be considered to have emitted all of its output and exited (by default, successfully). This is useful for simple cases where you don't need to interact with the process while it is running.

  • ProcessController(processId: ...) is now optional, and if omitted, a process ID in the range 0..32767 will be automatically assigned. This is not guaranteed to be unique; if you need to ensure uniqueness, you should provide a process ID explicitly.

0.1.0 #

  • Clarify some of the documentation and examples.

0.1.0-alpha #

  • Initial release
6
likes
160
points
7
downloads

Publisher

verified publisherlurey.dev

Weekly Downloads

Run and manage OS processes with an extensible and testable API.

Homepage
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta, path

More

Packages that depend on proc