adeharo9 / cpp-dotenv

Loads environment variables from .env files for C++ projects.
BSD 3-Clause "New" or "Revised" License
87 stars 19 forks source link

Put this library into conan --> conan.io #20

Open handhikadj opened 3 years ago

handhikadj commented 3 years ago

please... thanks

mattvb91 commented 3 years ago

@adeharo9 I would love this too.

@handhikadj do you have any alternatives you could recommend that are currently on conan?

adeharo9 commented 3 years ago

Haven't had much time lately, but this is something I really want to take a look at. I have never used Conan before, and maybe this is a good opportunity to get started.

I'm planning on giving the repo a cleanup and a final v1.0.0 version by July-August (no promises though), so we have a proper working dotenv library for C++ by the end of the summer.

If anyone has any experience generating the files needed for registering the repo as a Conan package so we can speed things up, please feel free to make a pull request and I'll merge it as soon as I'm able to.

mattvb91 commented 3 years ago

Awesome stuff, I might be able to help out in a few weeks, still getting comfortable in the C++ environment so im not of much use at the moment (part of why i'm looking for libs available on conan)

handhikadj commented 3 years ago

@mattvb91 Nope. I can't find any alternative on it

scottw-finao commented 2 months ago

vcpkg might be more universal and could even be manually supported already if the install target is configured and simple.