jonschlinkert / copy

Copy files using glob patterns. Sync, async, promise or streams. (node.js utility)
MIT License
94 stars 125 forks source link

What are the available options? #21

Open gmhenderson opened 7 years ago

gmhenderson commented 7 years ago

Hello.

Where might I find what options are available for the options parameter? I could be missing the obvious, but I didn't see them documented anywhere. Thanks.

internette commented 5 years ago

In this update, can you document negation patterns as well, such as "!*.min.js"?

For those who are looking for how to negate, preface the glob pattern with **/, such as !**/*.min.js or **/src/*

towry commented 4 years ago

https://github.com/mysticatea/cpx maybe a good alternative.