Monkeyhbd / docman

A documentation website build system based on Node.js.

Home Page:https://docman.monkeyhbd.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DocMan - Docs Website Build System Based on Node.js

DocMan is a documentation website build system based on Node.js, allow you publish your markdown document project (docs, tutorial, notes, etc.) as html website that users can read in a broswer.

Links / Contribute

Quick Start

Install DocMan CLI.

$ npm install docman-cli -g
$ docman --help

Create a DocMan instance.

$ docman create hello-world

Enter DocMan instance, install dependencies, then start build.

$ cd hello-world
$ npm install
$ npm run build

The builded html website will output to dist sub directory in DocMan instance, now you can publish it by a web server.

About

A documentation website build system based on Node.js.

https://docman.monkeyhbd.com

License:MIT License


Languages

Language:JavaScript 92.9%Language:CSS 6.3%Language:HTML 0.8%