Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remojansen/TsUML

Generates UML diagrams from TypeScript source code
https://github.com/remojansen/TsUML

Last synced: about 1 month ago
JSON representation

Generates UML diagrams from TypeScript source code

Awesome Lists containing this project

README

        

# TsUML

:construction: WORK IN PROGRESS :construction:

Generate UML diagram for your TypeScript applications powered by https://yuml.me/

![](/assets/cli-preview.gif)

## Installation

```sh
npm install -g tsuml
```

## Usage

```
tsuml --glob ./src/**/*.ts
```

The diagram generated for the code under the [demo folder](https://github.com/remojansen/TsUML/tree/master/src/demo) looks as follows:

![](/assets/uml_diagram.svg)