Skip to content

thundernet8/hierarchical-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hierarchical-copy

Copy files hierarchically with wildcards supports.

Install

npm

npm install hierarchical-copy -g

yarn

yarn global add hierarchical-copy

Usage

rcp 'src/js/**/*.js' ./dist

Notes: you should wrap a glob with quote, otherwise node will auto glob in unix envs and result in unexpect actions.

with verbose option will log file paths

rcp -v ./examples/*.txt .dist

About

Copy files hierarchically with wildcards supports

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published