0.3.0 • Published 6 years ago

m.find v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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