slushjs / gulp-conflict

Check if files in stream conflict with those in target dir, with option to use new, keep old, show diff, etc.
MIT License
22 stars 12 forks source link

non-CLI usage #8

Open derhuerst opened 9 years ago

derhuerst commented 9 years ago

What do you recommend if I want to filter out existing files automatically, not CLI-based, but in a library. I'd like to use this plugin, but it 1. requires the console object and 2. pollutes the CLI.

derhuerst commented 9 years ago

I built a module gulp-skip-conflicts that works purely as a library. It does a lot lees than this module, so it is not directly comparable.