clienvy
Version:
`clienvy` is a lightweight CLI tool that **automatically detects hardcoded secrets**, replaces them with **environment variables**, and **generates `.env` and `.env.template` files** — all with a single command.
30 lines (29 loc) • 569 B
JSON
{
"name": "clienvy",
"version": "1.1.5",
"main": "index.js",
"bin": {
"clienvy": "bin/index.js"
},
"type": "commonjs",
"keywords": [ "environment",
"variables",
"env",
"secrets",
"cli",
"dotenv",
"security",
"pre-commit",
"git-hook","npm","cli-tool",
"node-cli", "auto-env","env-template", "env-generator",
"secret-scanner"],
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"chalk": "^5.4.1",
"commander": "^14.0.0",
"fs-extra": "^11.3.0",
"globby": "^14.1.0"
}
}