UNPKG

env-sync-cli-tool

Version:

CLI tool to auto-generate and sync .env.example from .env

30 lines (29 loc) 554 B
{ "name": "env-sync-cli-tool", "version": "1.1.1", "description": "CLI tool to auto-generate and sync .env.example from .env", "main": "index.js", "bin": { "envsync": "./index.js" }, "keywords": [ "dotenv", "env", "environment", "cli", "sync", "envsync", "dotenv-sync", "env-example", "generate-env-example", "configuration", "developer-tool" ], "author": "Codehouze", "license": "MIT", "dependencies": { "chalk": "^5.4.1", "chokidar": "^4.0.3", "dotenv": "^17.0.1" } }