glob fs:用于node.js的文件。 快速而强大的替代node glob。 该库是实验性的在Windows上不起作用! 源码
glob-fs node.js的文件遍历。 快速而强大的替代node-glob。 用法 var glob = require ( 'glob-fs' ) ( { gitignore : true } ) ; var files = glob . readdirSync ( '**/*.js' ) ; : 跳至文档部分: 目录 (由生成的目录) 安装 用安装 $ npm i glob-fs --save 用法 参数 所有“读取”方法均采用全局模式和options对象。 pattern {String} :用于匹配的Glob模式。 (计划多个模式支持) options {Object} : glob-fs或中间件的选项。 例子: // sync var files = glob . readdirSync ( '*.js' , { } ) ; // async glob .
文件列表
glob-fs-master.zip
(预估有个91文件)
glob-fs-master
.jshintrc
282B
.gitattributes
128B
lib
readers.js
3KB
options.js
3KB
file.js
3KB
iterators.js
6KB
utils.js
908B
pattern.js
4KB
暂无评论