rong_command 0.3.1

Command execution APIs for RongJS
docs.rs failed to build rong_command-0.3.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

rong_command

Command execution APIs mounted on the Rong namespace.

JS APIs

  • Rong.spawn(...) - async subprocess wrapper with streams, timeouts, and exit hooks
  • Rong.spawnSync(...) - synchronous subprocess execution with captured stdout / stderr
  • Rong.stdin / Rong.stdout / Rong.stderr - runtime stdio handles on the Rong namespace
  • Rong.$ - shell template tag with .text(), .json(), .lines(), .blob(), .run(), .quiet(), .nothrow(), and .cwd()