https://github.com/ckampfe/boot-gorilla
start gorilla-repl from boot
https://github.com/ckampfe/boot-gorilla
Last synced: 8 months ago
JSON representation
start gorilla-repl from boot
- Host: GitHub
- URL: https://github.com/ckampfe/boot-gorilla
- Owner: ckampfe
- License: epl-1.0
- Created: 2016-06-19T20:39:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T16:20:08.000Z (almost 9 years ago)
- Last Synced: 2025-08-02T10:13:35.558Z (10 months ago)
- Language: Clojure
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# boot-gorilla
A Boot task to start [Gorilla REPL](http://gorilla-repl.org/)
## Thanks
This project is a fork of [mathias/boot-gorilla](https://github.com/mathias/boot-gorilla)
and was an exercise to get to know boot's internals a bit better. Thanks to
`mathias` for doing the hard work :)
## Usage
To use this in your project, add `[ckampfe/boot-gorilla "0.1.0-SNAPSHOT"]` to your `:dependencies`
and then require the task: `(require '[ckampfe.boot-gorilla :refer [gorilla]])`
Run the task from your project directly like: `boot gorilla -b`
`boot gorilla -h` looks like:
```
Start the gorilla-repl server
Options:
-h, --help Print this help info.
-p, --port PORT PORT sets the port to run the web REPL on. Defaults to 4000.
-i, --ip IP IP sets the IP address the server listens on. Defaults to 127.0.0.1.
-n, --nrepl-port PORT PORT sets the port that the nREPL server will be started up on. Defaults to a free port.
-b, --block Blocking (for standalone use)
```
## License
Copyright © 2016
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.