/koala-diagram

A diagram tool for programmer powered by mermaid.

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Koala Diagram

A diagram tool for programmers powered by mermaid.

This is a diagram tool based on the mermaid library, and Electron cross platform desktop apps framework.

Screenshot

Blank Window

Blank Window

Binary Download

Download binaries from release page.

Custom Build

for Chinese:

export ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
export ELECTRON_CUSTOM_DIR="7.1.11"

npm --registry=https://registry.npm.taobao.org install

npm run build:darwin

for Others:

npm install

npm run build:darwin

after build success, the executable is put into build directory.

Contribution

Any contributions are welcome.