0.0.4 • Published 2 years ago

go-globby v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

go-globby

fast glob. but use go, so high-speed

Usage

install

npm i go-globby

program

import { globbyBin } from 'go-globby'

await globbyBin([
	'**/*.json', // Recursive acquisition
	'!package.json', // Ignore the current directory's package.json
	'!node_modules/**/*' //  Ignore node_modules folder
])

License

Made with markthree

Published under MIT License.

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago