rodnaph / clj-deps

Clojure/ClojureScript Dependencies WebApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clojure/Script Dependencies Build Status Dependencies Status

This is a web application that checks a projects dependencies Gemnasium style. The live version is running on Heroku at:

http://clj-deps.herokuapp.com

Usage

To run your own copy, or hack on the project first clone the repository, and then start the application from the REPL.

$> lein repl
clj-deps.core=> (use 'dev)
clj-deps.core=> (start)

This will start a web server on port 9001 by default. Or you can also start using Leiningen.

lein run 9001

About

Clojure/ClojureScript Dependencies WebApp


Languages

Language:Clojure 97.0%Language:CSS 3.0%