aglob

3.0.2 • Public • Published

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

/aglob/

    Package Sidebar

    Install

    npm i aglob

    Weekly Downloads

    530

    Version

    3.0.2

    License

    MIT

    Unpacked Size

    10.4 kB

    Total Files

    24

    Last publish

    Collaborators

    • okunishinishi