Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shonenada/nrepl-reloader
https://github.com/shonenada/nrepl-reloader
clojure nrepl python reload
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shonenada/nrepl-reloader
- Owner: shonenada
- License: mit
- Created: 2017-02-22T11:24:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T05:45:03.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T22:42:53.478Z (3 months ago)
- Topics: clojure, nrepl, python, reload
- Language: Python
- Size: 45.9 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
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/0zgnfutgxw7jedoza1ievcx7zQuick 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, reloading3. (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