task-glob

0.1.3 • Public • Published

task-glob

Read files with glob.

The "glob" task

Usage Examples

var glob = new (require('glob'))
glob.run(inputs, options, logger)

Options

options.patterns

Type: array

Patterns to search for.

options.cwd

Type: directory Default: 'process.cwd()'

The current working directory in which to search.

Release History

  • 2014-10-11 0.1.2 Fix settings argument not pass.
  • 2014-09-29 0.1.1 Accept array of patterns.
  • 2014-03-28 0.1.0 Initial release.

License

Copyright (c) 2014 Yuanyan Cao. Licensed under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i task-glob

Weekly Downloads

1

Version

0.1.3

License

none

Last publish

Collaborators

  • yuanyan