vfile-glob
Search files with glob pattern and create VFile objects from them
const vfileGlob = ; ;
Installation
npm install vfile-glob
API
const vfileGlob = ;
vfileGlob(pattern [, options])
pattern: string
(glob pattern)
options: Object
(read-glob
options) or string
(encoding)
Return: Observable
(zenparsing's implementation)
When the Observable
is subscribed, it starts searching files matching the given glob pattern, create VFile
s from matched files and successively sends them to its Observer
.
; ;
License
ISC License © 2018 Shinnosuke Watanabe