Giter Club home page Giter Club logo

florauml's Introduction

FloraUML

Generate UML diagrams based on an intuitive DSL.

Inspired by PlantUML. This is an early alpha version under heavy development.

Usage

Flora currently always reads from stdin and writes to stdout.

Input

Flora accepts a list of class declarations, each terminated by a semicolon, as its input. Excess whitespace is ignored.

A class declaration has the following structure: class <name>;

Example

class A;  class B;
class C;

class D;

Output

The only supported output format at the moment is DOT. DOT can be converted to SVG and other formats using GraphViz.

Flora generates a graph with a node containing the class name for each class. Currently, every class is connected to every other class via a solid line (i.e. the graph is fully connected).

florauml's People

Contributors

iyzana avatar jeysal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

jeysal iyzana

florauml's Issues

Minimal feature set

Extend flora, flora_model, flora_parser and flora_dot_gen and/or add further crates to support the following:

  • read from stdin
    • class A; class B; class C;
  • write to stdout
    • DOT that when piped through GraphViz generates one rectangle per class with the class name in it and solid lines connecting every pair of rectangles (fully connected graph)

Multiple input files

Design the semantics and CLI usage of specifying multiple input files for Flora to read from.
This is essential to progress towards

  • scales to large diagrams
  • input directories
  • composable model
  • concurrent parsing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.