Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xuwei-k/sbt-class-diagram

sbt plugin to create a class diagram
https://github.com/xuwei-k/sbt-class-diagram

sbt-plugin scala

Last synced: 6 days ago
JSON representation

sbt plugin to create a class diagram

Awesome Lists containing this project

README

        

# sbt-class-diagram

### requirement

-

### install

#### `build.sbt`

```scala
enablePlugins(ClassDiagramPlugin)
```

#### `project/plugin.sbt`

##### latest stable version

```scala
addSbtPlugin("com.github.xuwei-k" % "sbt-class-diagram" % "0.3.0")
```

### sample

#### scala.collection.immutable.List

![List](https://raw.githubusercontent.com/xuwei-k/sbt-class-diagram/master/sample/list.png)

#### scalaz 7.2.x

[![Scalaz](https://xuwei-k.github.io/scalaz-docs/diagram1.svg)](https://xuwei-k.github.io/scalaz-docs/diagram1.svg)