Skip to content

Library that must be placed in your project classpath when you connect to it via CCW over nrepl

Notifications You must be signed in to change notification settings

wmorgan-fsq/ccw.server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Library that must be placed in your project classpath when you connect to it via CCW over nrepl

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%