Skip to content

Knowre-Dev/swint-copy-dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swint-copy-dir

Greenkeeper badge The directory copying function wrapped for swint-task

Warning: This is not the final draft yet, so do not use this until its official version is launched

Installation

$ npm install --save swint-copy-dir

Options

  • inDir : String, default: path.dirname(require.main.filename)
  • outDir : String, default: path.join(path.dirname(require.main.filename), '../out')

Usage

copyDir({
	inDir: path.join(__dirname, 'fonts'),
	outDir: path.join(__dirname, 'out/fonts')
}, function() {
	// Build complete
});

About

The directory copying function wrapped for swint-task

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published