Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use with deps.edn? #8

Closed
kirillsalykin opened this issue May 26, 2020 · 3 comments
Closed

How to use with deps.edn? #8

kirillsalykin opened this issue May 26, 2020 · 3 comments

Comments

@kirillsalykin
Copy link

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
Copy link
Owner

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
Copy link
Author

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
Copy link
Author

UPD: there is already PR for this #1. Closing the issue then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants