glob-copy

0.1.0 • Public • Published

Glob-Copy

Glob-aware cp for node.

Usage

cp(src, dest, cb)

Example

var cp = require('glob-copy');

cp('./app/*.html', './public', function(err, files) {
  console.log("copied " + files.length + " files to ./public");
});

cp.sync('./app/*.html', './public');

Readme

Keywords

none

Package Sidebar

Install

npm i glob-copy

Weekly Downloads

805

Version

0.1.0

License

MIT

Last publish

Collaborators

  • akre54