Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xuwei-k/sbt-class-diagram
- Owner: xuwei-k
- License: mit
- Created: 2014-07-07T15:13:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T04:25:53.000Z (17 days ago)
- Last Synced: 2024-10-27T01:19:39.411Z (10 days ago)
- Topics: sbt-plugin, scala
- Language: Scala
- Homepage:
- Size: 485 KB
- Stars: 99
- Watchers: 8
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
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)