tequilarapido/node-bridge

Maintainers

Package info

github.com/tequilarapido/node-bridge

Homepage

pkg:composer/tequilarapido/node-bridge

Statistics

Installs: 79

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 7

1.0.0 2018-07-24 07:59 UTC

README

 $output = (new PipeNodeRunner)
            ->setNodeExecutable('/path/to/node/executable')
            ->setPipe("something to pipe to the script")
            ->setScript("realpath/to/the/node/script")
            ->run();