files-pipe
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "files-pipe", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"homepage": "https://github.com/baxast/files-pipe#readme", | ||
@@ -5,0 +5,0 @@ "bugs": { |
@@ -39,3 +39,3 @@ # [files-pipe] 🧪 | ||
These are the defaults for each callback. | ||
#### These are the defaults for each callback. | ||
@@ -66,3 +66,4 @@ ```ts | ||
You can add multiple paths to your pipe by specifying an array as the `path` | ||
#### You can add multiple paths to your pipe by specifying an array as the `path` | ||
variable. | ||
@@ -78,3 +79,3 @@ | ||
You can also provide a map of paths for different input output directories. | ||
#### You can also provide a map of paths for different input output directories. | ||
@@ -89,5 +90,3 @@ **`Index.ts`** | ||
You can provide a filter to exclude files from your pipe. A filter can be an | ||
array of regexes or a single match. You can use functions, as well to match on | ||
file names. | ||
#### You can provide a filter to exclude files from your pipe. A filter can be an array of regexes or a single match. You can use functions, as well to match on file names. | ||
@@ -105,3 +104,3 @@ **`Index.ts`** | ||
Set `Logger` to `0` if you do not want to see debug messages. Default is `2`. | ||
#### Set `Logger` to `0` if you do not want to see debug messages. Default is `2`. | ||
@@ -108,0 +107,0 @@ **`Index.ts`** |
8751
115