nerdoza/Markdown Concatenate
Performs a concatenation on markdown files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| srcDir | Path to directory of md files to concatenate. | yes | — |
| destFile | Destination file path for concatenated file, including file name. | yes | — |
| limit | Limit concatenation to specified number of files sorted by name. (Leave blank for no limit) | no | — |
| reverse | Reverse ordering of concatenation to descending. (Leave blank for ascending ordering) | no | — |
| separator | String to use between each concatenated file. (Default is new line character) | no | — |
Outputs
no outputs