Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 573 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 573 Bytes

ccw.server

Library that needs to be present in your application classpath so that CCW tooling works great when connected via nrepl.

Usage

  • Put [ccw/ccw.server "0.2.1"] into the :dependencies vector of your project.clj.

  • Add a repl option to automatically require namespace ccw.debug.serverrepl

      :dependencies [[ccw/ccw.server "0.2.1"]]
      :repl-options {:init (require 'ccw.debug.serverrepl)}
    

How does it work?

Todo

License

Copyright © 2013-2015 Laurent Petit

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