gulp-spawn icon indicating copy to clipboard operation
gulp-spawn copied to clipboard

CLI program piping plugin for gulp.

Results 7 gulp-spawn issues
Sort by recently updated
recently updated
newest added

I am trying to run gulp-spawn with Github Actions. Everytime I ran it, it produce following error: ``` Error in plugin "gulp-spawn" Message: error: unknown option `-p' Details: domainEmitter: [object...

Input and output are usually defined at the end of the convert command. If '-' for stdin is not listed after the options, then for instance '-background none' will not...

I wan to use `File object` properties, when invoke spawn, ```javascript gulp.src('book/index.adoc') .pipe(spawn({ cmd: 'asciidoctor-pdf', args: file => ['-B', file.base, '-b', 'pdf', '-o-', '-'], // Change base directory to 'book'...

Some utilities write debugging or other information to stderr even though they aren't actually errors. An example I have come across recently is using Google Closure compiler called from within...

Per http://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options should allow passing environment variables. I'd make a pull request but I'm lazy. Here is the only change line 38 of index.js: ``` // spawn program var program...

`gulp-rename` handles this.

BDD style easier to read than assert()