Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days ago
JSON representation
Generates a dot file based on Clojure/ClojureScript code.
- Host: gitlab.com
- URL: https://gitlab.com/200ok/codegraph
- Owner: 200ok
- License: epl-1.0
- Created: 2016-11-25T13:08:18.120Z (almost 8 years ago)
- Default Branch: master
- Last Synced: 2024-09-28T17:40:53.598Z (about 1 month ago)
- Topics: clj, cljs, clojure, clojurescript, dot, graph
- Stars: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.