Hello, I am new to the Julia community and am developing a package for parsing configuration files styled in INI, HTTP, and Simple syntaxes. I am in the process of cleaning it up and plan to add config file write logic as well. At the moment, the parsing portion of the package is complete, so I thought I would announce it. I am yet to add it to METADATA.jl. Should I wait until I have the package completely done before attempting to add to METADATA.jl, or am I alright to attempt it now, as it is functional (just missing write logic)? Also, I am currently still in the learning process and would like constructive criticism so I can get this package to where it needs to be to become officially supported as well as grow as a Julia developer. Feel free to fork this package and contribute as well. Thank you.
ConfParser.jl: https://github.com/dotslashb/ConfParser.jl
