@shimataro/node-find
v0.0.1
Published
simple 'find' implementation and some more useful options
Downloads
2
Readme
node-find
simple 'find' implementation and some more useful options
Install
npm i @shimataro/node-find
Examples
optimize multiple SVG files using svgo
package.json
:
{
"scripts": {
"build": "node-find src -name '*.svg' -exec svgo -i {} -o dist/{r=src} \\;"
}
}
Changelog
See CHANGELOG.md.