Utilities for file globbing and Grunt.js projects.
npm i glob-utils --save-dev
var glob = require('glob-utils');
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:
patterns {String}: File paths or glob patterns to expand.
options {Object}: Options to pass to [globby]
returns: {Array}
basename: the basename of the file pathcontent: the content, from fs.readFileSyncJon Schlinkert
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on August 28, 2014.