Merges multiple MD files into one readme
npm install mdsquashMerges multiple MD files into one readme
sh
npm install -g mdsquash
`Usage
`sh
Usage: mdsquash [options]Options:
-t, --template Readme.nbs file (defaults to current dir, then to no template)
-o, --out Where to output Readme.md file (defaults to current dir/README.md) (default: "README.md")
-i, --input comma separated list of md file paths to be merged in order
-h, --help display help for command
`Example Use
`sh
mdsquash -i /some/mdfile.md,/another/mdfile.md
`This example expects two MD files as the input.
Example Readme.nbs
`mdTest
Something
{{doc1}}
Foo
{{doc2}}
`
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### v1.1.0
625bfa4#### v1.0.6
> 17 February 2021
1a51f00#### v1.0.5
> 3 August 2020
1fbcb53#### v1.0.4
> 3 August 2020
bafffcb#### v1.0.3
> 3 August 2020
ad2be34#### v1.0.3-0
> 3 August 2020
f00fae2
- Testing version command 543a382#### v1.0.2
> 3 August 2020
3f2e46d#### v1.0.1
> 3 August 2020
5a2c9e1
- Removed Debug Logs, Added Changelogs and Uses mdsquash its self b9f4c03
- init c219f35
- Initial commit 15cc4c9`