Copy based on globby.
npm install -S @feizheng/glob-copyimport cp from '@feizheng/glob-copy';
// code goes here
cp.sync([ "*.js", 'dist','!.md' ], 'dist');Code released under the MIT license.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Copy based on globby.
npm install -S @feizheng/glob-copyimport cp from '@feizheng/glob-copy';
// code goes here
cp.sync([ "*.js", 'dist','!.md' ], 'dist');Code released under the MIT license.