@feizheng/glob-copy
v1.0.2
Published
Copy based on globby.
Readme
glob-copy
Copy based on globby.
installation
npm install -S @feizheng/glob-copyusage
import globCopy from '@feizheng/glob-copy';
// code goes here
globCopy.sync([ "*.js", 'dist','!.md' ], 'dist');resources
- https://github.com/akre54/glob-copy
license
Code released under the MIT license.
