Config
article discusses config language issues
TOML is good
YAML is popular but has issues mirror - why YAML is bad
internet post:
TOML is a human friendly config format. Whereas INI is a simple config format.
YAML/JSON/CSV/XML/etc are not config formats at all. They are data serialization formats
Config is the informal shortened version of configuration (computing)
Backlinks¶
- unimenu
- buttonizer
- read a config
- configuration overriding
- config folder
- deserialize config to python object
- npm config ls
- The npm config command list various settings from a npm config.
A good example of command line config interaction, might be a nice example for my tools.
- The npm config command list various settings from a npm config.