add bcl to Configuration section (#5289)

Hi! Requesting add after few months of polishing the BCL project. Pleasr review
This commit is contained in:
Wojciech Kaczmarek 2024-05-11 04:06:37 +02:00 committed by GitHub
parent 15f3d045c0
commit cfb3a2d528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -443,6 +443,7 @@ _Libraries for building standard or basic Command Line applications._
_Libraries for configuration parsing._ _Libraries for configuration parsing._
- [aconfig](https://github.com/cristalhq/aconfig) - Simple, useful and opinionated config loader. - [aconfig](https://github.com/cristalhq/aconfig) - Simple, useful and opinionated config loader.
- [bcl](https://github.com/wkhere/bcl) - BCL is a configuration language similar to HCL.
- [cleanenv](https://github.com/ilyakaznacheev/cleanenv) - Minimalistic configuration reader (from files, ENV, and wherever you want). - [cleanenv](https://github.com/ilyakaznacheev/cleanenv) - Minimalistic configuration reader (from files, ENV, and wherever you want).
- [config](https://github.com/JeremyLoy/config) - Cloud native application configuration. Bind ENV to structs in only two lines. - [config](https://github.com/JeremyLoy/config) - Cloud native application configuration. Bind ENV to structs in only two lines.
- [config](https://github.com/num30/config) - configure your app using file, environment variables, or flags in two lines of code - [config](https://github.com/num30/config) - configure your app using file, environment variables, or flags in two lines of code