Skip to content

chrisdothtml/deno-minimatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

49663af · May 28, 2020

History

37 Commits
Oct 27, 2019
Oct 27, 2019
Oct 26, 2019
Dec 26, 2018
Jun 18, 2019
Dec 26, 2018
Dec 31, 2018
Nov 28, 2019
May 28, 2020
Oct 26, 2019
May 28, 2020
May 28, 2020
Jun 19, 2019
Oct 26, 2019

Repository files navigation

deno-minimatch

chrisdothtml code style travis-ci build status

A deno port of minimatch

Use

See minimatch docs for full usage info

import minimatch from 'https://deno.land/x/minimatch/index.js'

minimatch('bar.foo', '*.foo')
//> true

Contribute

# generate build file
yarn build

# test build file
yarn test

No need to rebuild the dist file in pull requests as this is already handled by a Github action.