Auto reload class with nREPL.
Quick Start
Install nrepl by pip:
$ pip install nrepl
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
(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
Release files for nrepl 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nrepl-0.1.6-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / nrepl-0.1.6-py2.py3-none-any.whl
| Download URL | nrepl-0.1.6-py2.py3-none-any.whl |
|---|---|
| Size | 7.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
d98ece1506066f25c60914a71bc3ddf1302a51d16de5753ded2edad16a20046c
|
|
BLAKE2b-256 checksum How to use checksums |
53d004375fb21a37011e55c4b2ed6f6a1c2637855dc46bbf50ad84a0472f5630
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.2
|