@shimataro/node-find

0.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @shimataro/node-find

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

301 kB

Total Files

10

Last publish

Collaborators

  • shimataro