Skip to content

Commit db19ac0

Browse files
committed
updated readme
1 parent 78b1cdc commit db19ac0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Scan your codebase to detect which environment variables are used in your code.
77
Optimized for SvelteKit and Next.js. </br>
88
Also works well in modern JavaScript/TypeScript projects and frameworks like Node.js, Nuxt, and Vue — or any other setup where you want reliable .env file comparison / scanning.
99

10+
![CI](https://github.com/chrilleweb/dotenv-diff/actions/workflows/ci.yml/badge.svg)
1011
[![npm version](https://img.shields.io/npm/v/dotenv-diff.svg)](https://www.npmjs.com/package/dotenv-diff)
1112
[![npm downloads](https://img.shields.io/npm/dt/dotenv-diff.svg)](https://www.npmjs.com/package/dotenv-diff)
1213

@@ -347,9 +348,16 @@ This makes it quick to set up environment files without manually copying or rety
347348
`dotenv-diff` will warn you if your `.env` file is **not** ignored by Git.
348349
This helps prevent accidentally committing sensitive environment variables.
349350

351+
## Exit codes
352+
353+
- `0` → No errors (warnings may be present unless `--strict`)
354+
- `1` → Errors found (or warnings when using `--strict`)
355+
350356
## 🤝 Contributing
351357

352-
Contributions are welcome! Feel free to open an issue or a pull request.
358+
Issues, feature requests and pull requests are welcome.
359+
360+
If you plan a larger change, please open an issue first to discuss scope and approach.
353361

354362
## License
355363

0 commit comments

Comments
 (0)