@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

Readme

Keywords

Package Sidebar

Install

npm i @dot-store/glob

Weekly Downloads

0

Version

2.3.0

License

MIT

Unpacked Size

7.05 kB

Total Files

5

Last publish

Collaborators

  • winton