A powerful yet simple tool for rendering Markdown documents locally during development.
To get started with md-cli
, you can install it either globally or locally, depending on your needs.
If you only need it for a specific project, you can install it locally by running:
npm install @doocs/md-cli
For global access across all your projects, install it globally with:
npm install -g @doocs/md-cli
Once installed, running md-cli
is a breeze. Here’s how to get started:
To launch md-cli
with the default settings, simply run:
md-cli
If you prefer to run md-cli
on a different port, say 8899
, just specify it like this:
md-cli port=8899
- yanglbme – Core maintainer.
- YangFong – Core maintainer.
- xw – Contributor.
- thinkasany – Contributor.