Skip to content

node module to synchronously and recursively merge files from one folder to another

Notifications You must be signed in to change notification settings

binocarlos/merge-dirs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merge-dirs

node module to synchronously and recursively merge files from one folder to another

var mergedirs = require('merge-dirs');

// copy folder/a into folder/b
mergedirs('/folder/a', '/folder/b');

install

$ npm install merge-dirs

licence

MIT

About

node module to synchronously and recursively merge files from one folder to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •