-
Notifications
You must be signed in to change notification settings - Fork 21
feat: Add module pureconfig with tests and basic documentation #1
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
Conversation
feat: Add module example to show how to use the code build: Tweak the build so that it all works together well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not clear to me why I should use this module instead of using pureconfig directly. Could you please describe the reasons in the README? Possibly also show an example how the module simplifies the usage etc.
Thanks!
pureconfig/src/main/scala/com/avast/server/toolkit/pureconfig/PureConfigModule.scala
Outdated
Show resolved
Hide resolved
example/src/main/scala/com/avast/server/toolkit/example/Main.scala
Outdated
Show resolved
Hide resolved
@augi This module is very simple so the benefit is not substantial. It gives you 3 things: wrapping in I will write some documentation covering the design of this project but not as part of this PR. Alright? |
# Conflicts: # project/plugins.sbt
feat: Add module example to show how to use the code
build: Tweak the build so that it all works together well