@takkar/validate-env

1.1.2 • Public • Published

validate-env

CLI tool to validate your env files.

Build Status codecov jest

alt text

Installation

  yarn add @takkar/validate-env -dev

Usage

  1. Now create a sample env file with keys your think should be available in your env files. For eg. config/.env.sample .
name
age
city
country

Now, validate-env will validate your env file against these keys. Let's say we wanna validate .env.development.

  1. Run the command.
validate-env --sample config/.env.sample --env .env.development

API

validate-env [options]

Options:
    --sample     Sample env file with keys you think should be available in all env files.
    --env  A env file to check

Package Sidebar

Install

npm i @takkar/validate-env

Weekly Downloads

0

Version

1.1.2

License

ISC

Unpacked Size

17 kB

Total Files

19

Last publish

Collaborators

  • takkar