

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:
latest
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
Docker
$ docker run codemityio/notatio
Packages
Third party software
The Docker image is based on https://github.com/codemityio/dbi which includes the following third-party
components:.
License
This project is licensed under the MIT License. See the LICENSE file for details.