1.0.3 • Published 7 years ago

merge-md v1.0.3

Weekly downloads
11
License
MIT
Repository
github
Last release
7 years ago

merge-md npm

NPM

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-md

or

$ yarn global add merge-md

to install globally.

Clone to local

Clone this repo, cd into it, and then run

$ npm link

Usage

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/directory

This 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

$ merge

This merges all the files in the directory where this command is run.

License

Copyright 2017 Mandy Chen

Licensed under MIT

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago