Your environment enhancer, based on community ideas.
Mozz is a library that aims to facilitate the management of configurations based on the environment used. For example, you can set options for a development environment and different options for a production environment. The library arose from the need to manage multiple .env
, JSON
and TOML
configuration files.
- Supports
Json
,Toml
andYaml
files; - Supports different env and configuration file to each environment;
- Supports to types in Environment Variables.