Skip to content

Commit

Permalink
0.0.1-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Mar 27, 2018
1 parent d831e59 commit f425b48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@

# TsUML

WIP
:construction: WORK IN PROGRESS :construction:

Generate UML diagram for your TypeScript applications!

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

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

![](/assets/uml_diagram_1522152305135.png)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "tsuml",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"description": "UML diagrams for TypeScript",
"main": "./dist/lib/index.js",
"bin": "./dist/bin/index.js",
"main": "dist/lib/index.js",
"bin": "dist/bin/index.js",
"devDependencies": {
"@types/glob": "5.0.35",
"@types/lodash": "4.14.106",
Expand Down

0 comments on commit f425b48

Please sign in to comment.