Datomic / dev.datafy

Dev-time datafy and nav

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev.datafy

Rationale

Bring datafy and nav to commonly used mechanism types. Currently covers some of Java, core.async, and reify.

Originally developed for use in REBL when working on Datomic.

Getting It

In deps.edn

com.datomic/dev.datafy {:git/sha "4a9dffb" 
                        :git/tag "v0.1"
                        :git/url "https://github.com/Datomic/dev.datafy.git"}

Example Usage

From your REPL, call

(datomic.dev.datafy/datafy!)

See siderail/dev_datafy_examples.repl for some things to view in a datafy/nav aware viewer.

About

Dev-time datafy and nav

License:Apache License 2.0


Languages

Language:Clojure 100.0%