azu / gitbook-plugin-include-codeblock

GitBook plugin for including file
Other
40 stars 25 forks source link

feat(cli): implement CLI #60

Closed azu closed 6 years ago

azu commented 6 years ago

This gitbook plugin include Command line tools. It just convert markdown to markdown.

$ npm install -g gitbook-plugin-include-codeblock
# Convert Markdown to Markdown
$ include-codeblock ./README.md --output RENDER_README.md

fix #49