Skip to content

ZakariaDev000/envguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envguard

Version License TypeScript

Validate .env files against .env.example before launching your app

Features

  • CLI tool
  • TypeScript support

Tech Stack

Runtime:

  • TypeScript v5.4.0

Prerequisites

  • Node.js >= 18.0.0
  • npm or yarn

Installation

cd envguard
npm install

Or install globally:

npm install -g envguard

Usage

CLI

envguard

Available Scripts

Script Command
npm run build tsc
npm run start node dist/index.js

Project Structure

├── src
│   ├── comparator.ts
│   ├── format-env.ts
│   ├── formatter.ts
│   ├── index.ts
│   ├── init.ts
│   └── parser.ts
├── package.json
├── README.md
└── tsconfig.json

License

This project is licensed under the MIT license.

About

Validate .env files against .env.example. Never start your app with missing config. CI/CD ready. #dotenv #env #validation #cli #devops

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors