Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

macino/nomnoml

 
 

Repository files navigation

nomnoml

Hello, this is nomnoml, a tool for drawing UML diagrams based on a simple syntax. It tries to keep its syntax visually as close as possible to the generated UML diagram without resorting to ASCII drawings. It is purely client side and uses the browser's localStorage, and quite a lot of other HTML5 standards.

Created by Daniel Kallin.

###Nomnoml was made possible by these cool projects

###Example

This is how the Decorator pattern looks like in nomnoml syntax:

[<frame>Decorator pattern|
  [<abstract>Component||+ operation()]
  [Client] depends --> [Component]
  [Decorator|- next: Component]
  [Decorator] decorates -- [ConcreteComponent]
  [Component] <:- [Decorator]
  [Component] <:- [ConcreteComponent]
]

About

The sassy UML diagram renderer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.3%
  • HTML 6.4%
  • CSS 5.3%