3.0.2 • Published 4 months ago

it-glob v3.0.2

Weekly downloads
26,246
License
Apache-2.0 OR MIT
Repository
github
Last release
4 months ago

it-glob

codecov CI

Async iterable filename pattern matcher

About

Like glob but async iterable.

File separators on Windows will be yielded as / and not ``.

Example

import glob from 'it-glob'

// All options are passed through to fast-glob
const options = {}

for await (const path of glob('/path/to/file', '**/*', options)) {
 console.info(path)
}

See the fast-glob docs for the full list of options.

Install

$ npm i it-glob

API Docs

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

3.0.2

4 months ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.7

1 year ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.3

2 years ago

2.0.4

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago