0.2.5 • Published 3 years ago

md-bundler v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

md-bundler

md-bundler is a CLI tool for bundling markdown files by specify syntax.

Install

install with npm

npm i md-bundler

install with yarn

yarn add md-bundler

Usage

Bundle markdown file

mdb sample.md // output bundled data to stdout

In a typical usecase, you would save the bundled file with a specific name. This can be archived with following example.

mdb sample.md output.md // output bundled data to output.md

In order to bundle other markdown files, you have to write by following syntax.

// in sample.md...
Content
.
.
.

![./bundled.md] // absolute path or relative path from bundling file's directory

Others

Please your feedback, PullRequest, issue!!!
GitHub Repository

0.2.5

3 years ago

0.2.3

3 years ago

0.2.4

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago