moyin-md2html
v1.1.3
Published
a powerful markdown to HTML command tool use for production environment.
Downloads
483
Maintainers
Readme
md2html
A powerful markdown to HTML command tool use for production environment.
✨ Features
- Command-line interface wrapper for markdown-it
- Simple commands and clear documentation
📦 Installation
Via npm (Recommended)
npm install -g moyin-md2htmlVia yarn
yarn global add moyin-md2html🚀 Quick Start
After installation, you can use it directly in your terminal:
md2html --helpOr, if you have multiple commands configured:
md2html [options] <argument>
m2h [options] <argument>📖 Usage
# Convert a markdown file to html code.
md2html --input sample.md
# Convert a markdown file to html file.
md2html --input sample.md --output sample.html
🐛 Reporting Issues
If you encounter any problems, please report them via GitHub Issues.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
- This CLI tool is developed and used in production by Dochelp.cn, a help center building platform.
- Enjoy using md2html ! Feel free to contact us if you have any questions.
