We are happy to announce the release of a new version of dotenv-linter - v3.1.0 🎉
What is dotenv-linter?
Dotenv-linter is a lightning-fast linter for checking, fixing and comparing .env
files.
And it’s written in Rust 🦀
What is a .env
file?
A .env
file or dotenv
file is a simple text file containing all the environment variables of a project.
The .env
file has a simple key-value format, for example: FOO=BAR
.
Storing configuration in the environment variables is one of the tenets of the Manifesto of Twelve-Factor App.
What is new in v3.1.0?
- Suggestion of changes;
- Variable substitution;
- Improving checks;
- Checking backups;
- Displaying messages.
More information you can find here: https://dotenv-linter.github.io/#/whats_new/v310
How you can support the project 😉
- Star on GitHub ⭐️
- Become a sponsor on GitHub Sponsors or OpenCollective ❤️
- Contribute to the dotenv-linter ⚙️