cspell-glob-win-fix
TypeScript icon, indicating that this package has built-in type declarations

0.1.16 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.16
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.16
    1
  • 0.1.15
    0
  • 0.1.14
    0

Package Sidebar

Install

npm i cspell-glob-win-fix

Weekly Downloads

1

Version

0.1.16

License

MIT

Unpacked Size

7.24 kB

Total Files

7

Last publish

Collaborators

  • christianbundy