merge-md v1.0.3
merge-md 
Once upon a time there is a computer science student. She has been taking notes in markdown for a summer course. Now it's almost final time, and she wants to merge all of her markdown notes into a single file.
Because she is a computer science student, instead of doing it in 5 mins by copying and pasting, she chooses to spend 30 minutes writing a package to do the work (and possibly another 10 30 minutes publishing on npm). Ah, a computer science student.
Installation
Install from npm/yarn
$ npm install -g merge-mdor
$ yarn global add merge-mdto install globally.
Clone to local
Clone this repo, cd into it, and then run
$ npm linkUsage
This package will merge all the files in a directory into one file called merged.md.
It now works for markdown files, but should really work for plain text and code files.
Provide directory
$ merge path/to/directoryThis merges all the files in path/to/directory.
Don't know what directory you want? Try running $ pwd inside the folder you want.
No provided directory
$ mergeThis merges all the files in the directory where this command is run.
License
Copyright 2017 Mandy Chen
Licensed under MIT
