@shimataro/node-simplefind

0.2.2 • Public • Published

node-simplefind

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

simple 'find' implementation and some more useful options

Install

npm i @shimataro/node-simplefind

Examples

optimize multiple SVG files using svgo

package.json:

{
  "scripts": {
    "build": "node-simplefind src -name '*.svg' -exec svgo -i {} -o dist/{r=src} \\;"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @shimataro/node-simplefind

Weekly Downloads

1

Version

0.2.2

License

MIT

Unpacked Size

382 kB

Total Files

9

Last publish

Collaborators

  • shimataro