weavejester / hashp

A better "prn" for debugging
MIT License
439 stars 23 forks source link

How to use with deps.edn? #8

Closed kirillsalykin closed 4 years ago

kirillsalykin commented 4 years ago

It seems that some additional steps should be taken because there is no idea of injection/dev-tool in clojure deps tools.

Maybe makes sense to specify those steps?

Thanks.

weavejester commented 4 years ago

I don't know if it's even possible for Clojure deps tools to automatically add a (require 'hashp.core) to all projects in the same way Leiningen or Boot can.

Or are you asking how to require hashp.core manually? In which case, it's just (require 'hashp.core).

kirillsalykin commented 4 years ago

I was interested in automated way. If it is not possible - shall I close the issue then? (Maybe you can also specify in README that there is no way to automated use?) Thanks.

kirillsalykin commented 4 years ago

UPD: there is already PR for this https://github.com/weavejester/hashp/pull/1. Closing the issue then.