Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.86 KB

README.md

File metadata and controls

56 lines (32 loc) · 1.86 KB

Use-Case-from-text

Create use case diagrams from text and save it in draw IO xml or svg

The tool allows to create Use-Case diagrams by text description

  • m – is use case that comes from actor
  • i – include
  • e – extend
  • g – generalization

To use the tool you should install vs-code live server

Open the project via vs-code and run live server your way of running this code is right here

The text description must have the syntax below. The spaces mean "belonging to next level of use case"

m:--[Text]
  i:--[Text]
  g:--[Text]
  e:--[Text]

Usage samples

Input

image

The buttons, from top to bottom, determine how the diagram will be arranged. Try each one to see which arrangement looks best. The input fields may affect the appearance of the diagram. The second and third fields tend to round off the diagram. First, use one of the default options and check the numbers the tool displays. Then you can adjust it near the numbers displayed on the screen.

image

Output that can be saved in xml(draw io) or svg

Untitled Diagram drawio

Open the diagram on draw.io after saving it in xml format

image

Input

image

Output

image

Bigger diagram

image

bigger