JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 44
  • Score
    100M100P100Q60818F
  • License MIT

A security-first CLI for environment variable management with AES-256 encryption, secret scanning, health diagnostics, auto-backups, and safe sync.

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 .env files 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 .env setups
  • 📦 create backups before changes
  • 📄 generate .env.example files for safer sharing

✨ Features

  • AES-256 encryption for .env files
  • Secret scanning for API keys, tokens, and credentials
  • Doctor command for environment validation
  • Automatic backups before edits
  • .env.example generation
  • 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