We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f80d0d commit 7989204Copy full SHA for 7989204
2 files changed
README.md
@@ -1,5 +1,8 @@
1
# 🧹 | .env cleaner
2
3
+<a href="https://www.npmjs.com/env-cleaner" target="_blank"><img src="https://img.shields.io/npm/v/env-cleaner.svg" alt="NPM Version" /></a>
4
+<a href="https://www.npmjs.com/env-cleaner" target="_blank"><img src="https://img.shields.io/npm/dm/env-cleaner.svg" alt="NPM Downloads" /></a>
5
+
6
This package allows you to simply manage your .env variables seeminglessly between your .example.env file.
7
To get started install this package using npm `npm install -g env-cleaner`, and then run the following command: `env-cleaner checkEnv`.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "env-cleaner",
- "version": "1.0.8",
+ "version": "1.1.0",
"description": "",
"main": "dist/core/main.js",
"scripts": {
0 commit comments