Skip to main content

Auto reload class with Clojure nREPL

Project description

Auto reload class with nREPL.

Quick Start

  1. Install nrepl by pip:

    $ pip install nrepl
  2. Start watching clojure files, Run nrepl with watch command:

    $ nrepl watch -p /path/to/project -u nrepl://localhost:59258
    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 /path/to/project -u nrepl://localhost:59258
    [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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

nrepl-0.1.2-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

nrepl-0.1.2-py2-none-any.whl (5.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page