

Table of contents
Summary
A tool designed to streamline working with documentation and diagrams.
Development
To work with the codebase, use make command as the primary entry point for all project tools.
Use the arrow keys ↓ ↑ → ← to navigate the options, and press / to toggle search.
Installation
To install the tool use make install (directly from the repository clone) or use
go install github.com/codemityio/notatio@latest.
Some of the tools depend on additional commands such as dot, mmdc, java or chromium-browser. If any of these
are missing, you will be notified when using the tools. For the most seamless experience, we recommend using the
containerized version of this tool.
Usage
Once you have the tool installed, just use the notatio command to get started.
Manual
$ notatio --help
NAME:
notatio - A new cli application
USAGE:
notatio [global options] command [command options]
VERSION:
v0.0.0
DESCRIPTION:
A tool designed to streamline working with documentation and diagrams.
AUTHOR:
codemityio
COMMANDS:
coi
graphviz
mermaid
plantuml
toc
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
COPYRIGHT:
codemityio
Subcommands
plantuml - A tool to convert puml files to svg/png images.
toc - A tool to generate table of contents section within a Markdown file from a list of
paths or headers found in a document.
coi - A simple tool to generate document sections with provided command output.
graphviz - A tool to convert dot/gv files to svg/png images.
mermaid - A tool to convert mmd files to svg/png images.
Docker
$ docker run codemityio/notatio --help
NAME:
notatio - A new cli application
USAGE:
notatio [global options] command [command options]
VERSION:
v0.0.0
DESCRIPTION:
A tool designed to streamline working with documentation and diagrams.
AUTHOR:
codemityio
COMMANDS:
coi
graphviz
mermaid
plantuml
toc
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
COPYRIGHT:
codemityio
Packages
License
This project is licensed under the MIT License. See the LICENSE file for details.