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

https://github.com/bhb/repl-main

Clojure REPL configuration
https://github.com/bhb/repl-main

Last synced: 10 months ago
JSON representation

Clojure REPL configuration

Awesome Lists containing this project

README

          

# repl-main

Your custom Clojure REPL configuration

## Installation

1. Fork this repo
1. Clone your repo to your machine
1. Configure the REPL meet your needs
1. In `~/.clojure/deps.edn`, add `repl-main {:local/root "/path/to/repl-main"}` (be sure to update the path). Alternately, you can use a [git dependency](https://clojure.org/guides/deps_and_cli#_using_git_libraries) to your fork.

## Usage

### Clojure

`clj -m repl.clj.main`

### ClojureScript

TODO