duct-framework / duct

Server-side application framework for Clojure
MIT License
1.13k stars 51 forks source link

Refer auto-reset so that you can use it directly in the repl #95

Closed kwrooijen closed 4 years ago

kwrooijen commented 5 years ago

Once https://github.com/duct-framework/core/pull/24 has been merged, auto-reset will be available for use. It would be nice to expose this to the user in development mode. This would be similar behavior to (reset) (halt) (go) etc.

This should be merged and tagged once https://github.com/duct-framework/core/pull/24 has been merged and tagged.

weavejester commented 4 years ago

Apologies for the delay. Could you change the commit message to:

Add duct.core.repl/auto-reset to dev template

(See contributing guidelines on commit message subject length.)