CLI
The markline command runs your docs project from its own markline.json and content.
Commands
| Command | Description |
|---|---|
markline init [dir] | Scaffold a new docs project. |
markline dev | Start the dev server against ./markline.json. |
markline build | Build a production Node server bundle. |
markline start | Serve a production build. |
markline export | Build a static HTML site into ./out. |
How it works
The Markline package ships the rendering app; the CLI launches it pointed at the content in your current directory. You never fork or edit the framework — you upgrade it like any dependency.
npx markline devLive preview on http://localhost:3000.