Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.13 KB

boot-gorilla

A Boot task to start Gorilla REPL

Thanks

This project is a fork of 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.