2.3.1 • Published 1 year ago
mozz.env v2.3.1
✨
] What is Mozz?
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.
🚀
] Features
- Supports
Json
,Toml
andYaml
files; - Supports different env and configuration file to each environment;
- Supports to types in Environment Variables.