Skip to content

ckampfe/boot-gorilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

start gorilla-repl from boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published