A small V library for reading configuration from a TOML file & environment variables.
 
 
Go to file
Jef Roosens fca58e3da0
feat: add bool type
2022-12-28 20:04:45 +01:00
test feat: add bool type 2022-12-28 20:04:45 +01:00
.gitignore Moved over files from vieter repo 2022-06-15 12:40:35 +02:00
LICENSE chore: added license 2022-06-15 12:42:25 +02:00
README.md Moved over files from vieter repo 2022-06-15 12:40:35 +02:00
bool_test.v feat: add bool type 2022-12-28 20:04:45 +01:00
conf.v feat: add bool type 2022-12-28 20:04:45 +01:00
conf_test.v feat: add bool type 2022-12-28 20:04:45 +01:00
int_test.v feat: add bool type 2022-12-28 20:04:45 +01:00
string_test.v test: expand testing to ints 2022-12-28 18:57:10 +01:00
v.mod refactor: renamed module to conf 2022-06-22 09:12:59 +02:00

README.md

Vconf

Vconf is a small V library for loading in configuration from a TOML config file and/or environment variables.