1.0.2 • Published 6 years ago
@feizheng/glob-copy v1.0.2
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
license
Code released under the MIT license.