doc-node-gen

1.0.0 • Public • Published

What is nodedoc

nodedoc 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/simple-nodedoc.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

/doc-node-gen/

    Package Sidebar

    Install

    npm i doc-node-gen

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    47.6 kB

    Total Files

    8

    Last publish

    Collaborators

    • chungchi300