Skip to content

shimataro/node-find

Repository files navigation

node-find

Build Status (Windows) Build Status (macOS) Build Status (Linux) Code Coverage Release Node.js version License

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.