glob-utils 
Utilities for file globbing and Grunt.js projects.
Install
Install with npm:
npm i glob-utils --save-dev
Usage
var glob = require('glob-utils');
API
patterns {String}: File paths or glob patterns to expand.
options {Object}: Options to pass to [globby]
returns: {Array}
Return a glob of file paths.
patterns {String}: File paths or glob patterns to expand.
options {Object}: Options to pass to [globby]
returns: {Array}
Return a glob of basenames.
patterns {String}: File paths or glob patterns to expand.
options {Object}: Options to pass to [globby] and [gray-matter]
returns: {Array}
Return a glob of files, with yaml front matter parsed.
patterns {String}: File paths or glob patterns to expand.
options {Object}: Options to pass to [globby]
returns: {Array}
Return a glob of files with content.
Return a glob of file objects, including:
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on August 28, 2014.