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