Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
/ ultra-glob Public archive

Wrapper around glob for ease of use, negative patterns, array of globs and Promises.

Notifications You must be signed in to change notification settings

mcharytoniuk/ultra-glob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ultra-glob

Wrapper around glob for ease of use, negative patterns, array of globs and Promises.

usage

const glob = require('ultra-glob');

glob([
  './**/*.js',
  '!./node_modules/*',
]).then(function (files) {
  // files is an array of filenames.
})

About

Wrapper around glob for ease of use, negative patterns, array of globs and Promises.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published