1.0.0 • Published 6 years ago

hackable-doc-generator v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

What is doc-nodegen

doc-nodegen is an hackable simple documentation generation template that support .md=>html and .plantuml=>img tool.

Pretty

  • Easy install - All you need is having node and npm installed
  • Easy editing - All you need is text editor like(nodepad++) to draw different graph and styling.
  • Good verision control - Because plantuml allow Easily create UML Diagrams(Flow chart,Sequence diagram,Class diagram) from simple textual description.
  • Github-like html style - Because when html generated from markdown using the github markdown css
  • hackable - Want to integrate with mindmap?Want to have .mp3 file?Simply Modify the generate.js file and create your own documentation generation tool.

Usage

git clone git@github.com:chungchi300/doc-nodegen.git
npm install
npm run generate
/*
if you want to automatically generate file after editing.
npm run generate-watch
*/

Example

Self

Optional

Despite you can edit using any text editor,there is some plugins and editor suggested to use for real time preview & wysiwyg on single file

Editor

VS Code Studio

Plugins

VS Code Studio

1.0.0

6 years ago