Skip to content

plurnk/plurnk-execs-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@plurnk/plurnk-execs-node

Node.js runtime executor for plurnk-service's exec scheme. Handles the node runtime tag — <<EXEC[node]:console.log(42):EXEC runs as node -e <command>.

A @plurnk/plurnk-execs-* sibling built on the plurnk-execs framework.

Runtime tags

Tag Glyph Spawn
node node -e <command>

Export

Node (default) — a SubprocessExecutor subclass. Spawn, stdout/stderr streaming, cancellation, and exit-code reporting are inherited from the framework. Always available (the daemon runs on Node).

Tests

test:lint, test:unit.

About

Node.js runtime executor for plurnk-service's exec scheme — runs the node runtime tag as node -e.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors