CLI

The markline command runs your docs project from its own markline.json and content.

Commands

CommandDescription
markline init [dir]Scaffold a new docs project.
markline devStart the dev server against ./markline.json.
markline buildBuild a production Node server bundle.
markline startServe a production build.
markline exportBuild 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 dev

Live preview on http://localhost:3000.