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
- Host: GitHub
- URL: https://github.com/bhb/repl-main
- Owner: bhb
- License: mit
- Created: 2018-07-17T20:08:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T17:33:09.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T09:03:40.474Z (over 1 year ago)
- Language: Clojure
- Size: 3.91 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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