Liking cljdoc? Tell your friends :D

nrepl-main

A Clojure library to provide a -main function for starting an nREPL server.

Usage

Add the library to your :dependencies in project.clj.

:dependencies [[nrepl-main "0.1.1"]]

If you wish to have the main as the default main in your jar or uberjar file, then add a :main for it in your project.clj file.

:main nrepl.main

To Do

Allow overriding of the defaults for the repl.

License

Copyright © 2013 Hugo Duncan

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close