Skip to content

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

Notifications You must be signed in to change notification settings

Chilibonitsu/Use-Case-from-text

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published