2.3.0 • Published 5 years ago

@dot-store/glob v2.3.0

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

@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
2.3.0

5 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago