https://github.com/practicalli/clojure-configure-repl
Configure REPL start up for deps.edn project
https://github.com/practicalli/clojure-configure-repl
Last synced: 7 months ago
JSON representation
Configure REPL start up for deps.edn project
- Host: GitHub
- URL: https://github.com/practicalli/clojure-configure-repl
- Owner: practicalli
- License: cc-by-sa-4.0
- Created: 2020-06-13T20:33:38.000Z (over 5 years ago)
- Default Branch: live
- Last Pushed: 2025-04-12T15:48:15.000Z (9 months ago)
- Last Synced: 2025-06-06T12:44:47.424Z (7 months ago)
- Language: Clojure
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# configure-repl
FIXME: my new application.
## Installation
Download from https://github.com/practicalli/configure-repl.
## Usage
FIXME: explanation
Run the project directly:
$ clojure -m practicalli.configure-repl
Run the project's tests (they'll fail until you edit them):
$ clojure -A:test:runner
Build an uberjar:
$ clojure -A:uberjar
Run that uberjar:
$ java -jar configure-repl.jar
## Options
FIXME: listing of options this app accepts.
## Examples
...
### Bugs
...
### Any Other Sections
### That You Think
### Might be Useful
## License
Copyright © 2020 Practicalli
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.