gulp-run-command
gulp-run-command copied to clipboard
A simple way to run command-line programs from gulp in a cross-platform way.
Results
2
gulp-run-command issues
Sort by
recently updated
recently updated
newest added
Currently the types enforce you to either A) provide no options or B) provide a value for every option. In reality they all have default values and can be left...
Love the app @Klathmon. This is useful for commands like `jest --watchAll`, which take user input. Or consider making `enableStdin` an enable option if you don't want to enable it...