Package Exports
- @fronik/envman
- @fronik/envman/bin/envman.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fronik/envman) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🛡️ Envman — Secure Environment Manager
🔐 Secure • ⚡ Fast • 🧠 Smart Env Management CLI
A modern CLI to manage
.envfiles with encryption, secret scanning, backups, and health checks.
🚀 Overview
Envman is a security-first CLI tool for managing .env files safely and efficiently.
It helps developers:
- 🔐 encrypt sensitive environment variables
- 🔍 detect exposed secrets before they leak
- 🩺 run health checks on
.envsetups - 📦 create backups before changes
- 📄 generate
.env.examplefiles for safer sharing
✨ Features
- AES-256 encryption for
.envfiles - Secret scanning for API keys, tokens, and credentials
- Doctor command for environment validation
- Automatic backups before edits
.env.examplegeneration- Interactive CLI mode
- Clean and developer-friendly workflow
🤔 Why Envman?
Managing .env files is usually:
- insecure
- messy
- hard to maintain
- easy to break
Envman solves this by giving you a clean workflow for security and environment management in one CLI.
📦 Installation
Install globally:
npm install -g @fronik/envman or npx @fronik/envman