AvianFlu / ncp

Asynchronous recursive file copying with Node.js.
MIT License
680 stars 103 forks source link

Add ability to pass custom FS implementation #87

Open DavidTPate opened 9 years ago

DavidTPate commented 9 years ago

This PR adds the ability to pass a custom FS implementation when using ncp along with a simple test for it and documentation about what it requires.