0.1.16 • Published 4 years ago

cspell-glob-win-fix v0.1.16

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

cspell-glob

A simple library for checking filenames against a set of glob rules. It attempts to emulate the .gitignore rules.

Purpose

The purpose behind this library is a bit different than the other glob matchers. The goal here is to see if a file name matches a glob, not to find files that match globs. This library doesn't do any file i/o. It uses micromatch under the hood for the actual matching.

Usage

const cspellGlob = require('cspell-glob');

// TODO: DEMONSTRATE API
0.1.16

4 years ago

0.1.15

4 years ago

0.1.14

4 years ago