@doocs/md-cli
v2.1.3
Published
WeChat Markdown Editor | 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、自定义主题样式、内容管理、多图床、AI 助手等特性
Readme
md-cli
A powerful yet simple tool for rendering Markdown documents locally during development.
Installation
To get started with md-cli, you can install it either globally or locally, depending on your needs.
Install locally
If you only need it for a specific project, you can install it locally by running:
npm install @doocs/md-cliInstall globally
For global access across all your projects, install it globally with:
npm install -g @doocs/md-cliUsage
Once installed, running md-cli is a breeze. Here’s how to get started:
Default setup
To launch md-cli with the default settings, simply run:
md-cliCustom port
If you prefer to run md-cli on a different port, say 8899, just specify it like this:
md-cli port=8899Maintainers
- yanglbme – Core maintainer.
- YangFong – Core maintainer.
- xw – Contributor.
- thinkasany – Contributor.
