Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shonenada/nrepl-reloader


https://github.com/shonenada/nrepl-reloader

clojure nrepl python reload

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

nREPL-reloader
==============

Auto reload class with `nREPL <(https://github.com/clojure/tools.nrepl>`_.

.. image:: https://asciinema.org/a/0zgnfutgxw7jedoza1ievcx7z.png
:target: https://asciinema.org/a/0zgnfutgxw7jedoza1ievcx7z

Quick Start
-----------

1. Install `nrepl` by `pip`::

$ pip install nrepl

2. Start watching clojure files, Run `nrepl` with watch command::

$ nrepl watch -p 59258 -w /path/to/project
Start watching /home/shonenada/Projects/clojure/src
Detected changes of /home/shonenada/Projects/clojure/src/route.clj, reloading

3. (or) Start clojure project (`lein run`) and watch clojure files::

$ nrepl run -p 59258 -w /path/to/project
[lein]: Compiling 1 source files...
[lein]: Start server on 8080
[nrepl]: Start watching /home/shonenada/Projects/clojure/src
[nrepl]: Detected changes of /home/shonenada/Projects/clojure/src/route.clj, reloading