Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.03 KB

README.textile

File metadata and controls

35 lines (22 loc) · 1.03 KB

Codeq Playground

A quick and easy way to play around with queries against your clojure
git repositories.

Requirements

Get Started

  • git clone http://github.com/devn/codeq-playground.git
  • cd codeq-playground
  • script/bootstrap
  • script/start-datomic to start up Datomic
  • script/analyze-repo my/clojure/repo-name datomic-db-name

Examples

codeq-playground includes a few examples of what you can do with Codeq.
They’re stolen liberally from the Codeq blog post and from Rich Hickey’s
unsession talk on Codeq at Clojure/conj 2012

Once you’ve run `script/analyze-repo` on a Clojure git repository, jump in and try
out some of the examples in `core.clj`.

Contributing

Send me your ideas in the form of a pull request. That is all.

License

Copyright © 2012 Devin Walters

Distributed under the Eclipse Public License, the same as Clojure.