Validate .env files against .env.example before launching your app
- CLI tool
- TypeScript support
Runtime:
- TypeScript v5.4.0
- Node.js >= 18.0.0
- npm or yarn
cd envguard
npm installOr install globally:
npm install -g envguardenvguard| Script | Command |
|---|---|
npm run build |
tsc |
npm run start |
node dist/index.js |
├── src
│ ├── comparator.ts
│ ├── format-env.ts
│ ├── formatter.ts
│ ├── index.ts
│ ├── init.ts
│ └── parser.ts
├── package.json
├── README.md
└── tsconfig.json
This project is licensed under the MIT license.