0.0.3 • Published 11 years ago
glopy v0.0.3
glopy 
Recursive, asynchronous, thenable glob copy.
Status
You're Feeling Lucky
Installation
$ npm install glopyProgrammatic usage
glopy({string} from, {string} to, {Array} patterns)
.then(function () {
// do something after glopy has finished
});CLI usage
package.json
{
"config": {
"glopy": {
"foo": ["./foo", "./bar", [
"**/*.css",
"**/*.js"
]]
}
},
"scripts": {
"foo": "glopy foo"
}
}command
$ npm run fooLicense
MIT