Read files with glob.
var glob = new (require('glob'))
glob.run(inputs, options, logger)
Type: array
Patterns to search for.
Type: directory
Default: 'process.cwd()'
The current working directory in which to search.
Type: boolean
Default: 'true'
Setting this to false
will return record.contents
as null and not read the file at all.
- 2014-10-11 0.1.3 Add
read
option. - 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.
Copyright (c) 2014 Yuanyan Cao. Licensed under the MIT license.