Skip to content

rodnaph/clj-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published