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

exec plugin for gulp

Results 3 gulp-exec issues
Sort by recently updated
recently updated
newest added

Some commands have colors but via gulp-exec colors are stripped out: ![Screen-Shot-2021-10-29-12-16-11 54](https://user-images.githubusercontent.com/1534150/139409869-f2d8527a-2c0a-4089-9566-f85805c4b070.png) Possible to get color support in the future?

Hello, How could I have the logs of my powershell tasks during the execution? Because for the moment, I am only able to write the result of my execution when...

Sometimes the command to execute depends on state other than the filename. For example, you might want to execute different commands if the target file already exist or if it...