0.0.2 • Published 6 years ago
@sbspk/npm-copy v0.0.2
npm publish to a folder
const copy = require('@sbspk/npm-copy');
copy(src, dest)
.then(()=> console.log('Copied files not ignored by .npmignore'))
.catch(console.error.bind(console));
License -> MIT