mrjvs / neat-config

Load complex configuration from many sources on runtime with type-safety.

Home Page:https://neatojs.com/docs/config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] key translation

mrjvs opened this issue · comments

commented

currently all keys are treated as is. it would be nice to convert from naming conventions:

  • "HELLO_WORLD"

  • "HelloWorld"

  • "helloWorld"

  • "hello-world"

  • normalize incoming keys

  • infer translations from schema

  • set output casings for schema-less config