UNPKG

env-escort

Version:

A simple CLI tool to validate .env files against .env.example

6 lines (3 loc) 111 B
#!/usr/bin/env node import checkEnv from "../dist/checkEnv.js"; // Make sure the path is correct checkEnv();