inject-markdown
v3.1.4
Published
Command line tool to inject files into markdown files.
Downloads
25,043
Readme
Markdown File Injector
A Command line tool to inject files into Markdown files.
Justification
Sometimes it is necessary to assemble content into a static markdown file like README.md
.
Manually copying and pasting content leads to duplication making it difficult to keep things in sync.
Usage
Use HTML comments to mark where content will be injected.
<!--- @@inject: fixtures/sample-src.md --->
npx inject-markdown README.md
--help
npx inject-markdown --help