fs-readdir-rec-gen
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "fs-readdir-rec-gen", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Get an ES6 generator for files in a directory and subdirectories", | ||
@@ -5,0 +5,0 @@ "main": "fs-readdir-rec-gen.js", |
# A recursive read dir, generator based implementation | ||
[![Build Status](https://travis-ci.org/nicolas-moteau/fs-readdir-rec-gen.svg?branch=master)](https://travis-ci.org/nicolas-moteau/fs-readdir-rec-gen) | ||
[![Coverage Status](https://coveralls.io/repos/github/nicolas-moteau/fs-readdir-rec-gen/badge.svg?branch=master)](https://coveralls.io/github/nicolas-moteau/fs-readdir-rec-gen?branch=master) | ||
[![npm](https://img.shields.io/npm/v/fs-readdir-rec-gen.svg)](https://www.npmjs.com/package/fs-readdir-rec-gen) | ||
[![License](https://img.shields.io/npm/l/fs-readdir-rec-gen.svg)](LICENSE.txt) | ||
A NodeJS module to get a generator for files in a directory and subdirectories, with a file filter capability. | ||
Licence MIT | ||
# Install | ||
@@ -8,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17255
15
72