0.2.5 • Published 4 years ago
md-bundler v0.2.5
md-bundler
md-bundler is a CLI tool for bundling markdown files by specify syntax.
Install
install with npm
npm i md-bundlerinstall with yarn
yarn add md-bundlerUsage
Bundle markdown file
mdb sample.md // output bundled data to stdoutIn 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.mdIn 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 directoryOthers
Please your feedback, PullRequest, issue!!!
GitHub Repository