@dot-store/glob

2.3.0 • Public • Published

@dot-store/glob

Glob filename matching with dot-store.

cli

Create store

import createStore from "dot-store"
import glob from "@dot-store/glob"

const store = glob(createStore())

Glob some files

await store.set("paths", "**/*.js", {
  ignore: "**/*Test.js",
})
store.get("paths") // array of paths

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.3.0
    2
    • latest

Version History

Package Sidebar

Install

npm i @dot-store/glob

Weekly Downloads

2

Version

2.3.0

License

MIT

Unpacked Size

7.05 kB

Total Files

5

Last publish

Collaborators

  • winton