m.find

0.3.0 • Public • Published

m.find

m(icro)find is a lightweight find utility written in es6+

travis dependencies linter coverage

node version minzip license

usage

find(dirname, optioins)

const {find} = require('m.find')
 
find(dirname, {
  filter (filename) {
    return /readme.md/.test(filename)
  }
})

cli usage

man m.find
m.find --help

/m.find/

    Package Sidebar

    Install

    npm i m.find

    Weekly Downloads

    1

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    5.84 kB

    Total Files

    5

    Last publish

    Collaborators

    • ivoputzer