Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.04 KB

glob-copy

Copy based on globby.

version license size download

installation

npm install -S @feizheng/glob-copy

usage

import cp from '@feizheng/glob-copy';

// code goes here
cp.sync([ "*.js", 'dist','!.md' ], 'dist');

resources

license

Code released under the MIT license.