aglob

v3.0.2
Async glob module.
glob

aglob

Build Status npm Version JS Standard

Async glob module.

Installation

$ npm install aglob --save

Usage

#!/usr/bin/env/node
'use strict'

const aglob = require('aglob')

aglob([
  'lib/*.js',
  'doc/**/.js'
], {
  cwd: process.cwd(),
  ignore: []
}).then((filenames) => {
  console.log(filenames)
})

License

This software is released under the MIT License.

Links

npm i aglob

Metadata

  • MIT
  • >=7.6
  • Taka Okunishi
  • released 4/1/2019

Downloads

Maintainers