UNPKG

env-mage

Version:

CLI for managing .env files - init, validate, sync, diff, typegen, scan, lint, encrypt

6 lines (3 loc) 92 B
#!/usr/bin/env node import { runCLI } from '../dist/index.js'; runCLI(process.argv);