Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://gitlab.com/200ok/codegraph

Generates a dot file based on Clojure/ClojureScript code.
https://gitlab.com/200ok/codegraph

clj cljs clojure clojurescript dot graph

Last synced: 5 days ago
JSON representation

Generates a dot file based on Clojure/ClojureScript code.

Awesome Lists containing this project

README

        

# codegraph

Generates a dot file based on Clojure/ClojureScript code.

## Installation

`git clone https://gitlab.com/200ok/codegraph.git`

## Usage

If you want to see the dot code...

$ lein run

Or pipe directly into dot to get an SVG.

$ lein run | dot -Tsvg > codegraph.svg

## Options

None.

## Examples

Spoiler: Running codegraph on [itself](src/codegraph/core.clj) will give you this...

![codegraph graph of codegraph itself](codegraph.png)

### Bugs

`(or :bugfree :plenty)`

## License

Copyright © 2016 [email protected]

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.