merge-md-mod

1.0.6 • Public • Published

merge-md-mod

A helper package to merge markdown files in preparation for reveal.js / reveal-md commands to generate reveal.js presentations with ease.

Installation

Install from npm/yarn

$ npm install -g merge-md-mod

or

$ yarn global add merge-md-mod

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.

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 2018 Brett Haymaker

Licensed under MIT

/merge-md-mod/

    Package Sidebar

    Install

    npm i merge-md-mod

    Weekly Downloads

    3

    Version

    1.0.6

    License

    MIT

    Last publish

    Collaborators

    • thehaymaker