New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

wildenv

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wildenv

CLI tool to tame your wild environment variables (.env) with archiving, checking, restoring, and protection.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

WildEnv Logo

🐾 WildEnv

🔥 Tame your wild environment variables

💀 Detect risks • 💼 Archive configs • 🛡️ Protect secrets

🇷🇺 Читать на русском

🦴 What is WildEnv?

WildEnv is a smart, CLI-based tool to help developers manage .env files more safely, clearly, and portably. It's like a trapper for wild, insecure, and messy environment variables 🐾

🧠 Designed for:

  • Node.js developers (beginners to pros)
  • Teams who need to sync/share .env configs
  • CI/CD pipelines that need clean env management

🔥 Features

FeatureDescription
🆕 wildenv initGenerates .env, .env.example, .gitignore
🔍 wildenv checkShows missing, extra, or empty variables
📦 wildenv packCreates a zipped .env.bundle.zip for safe transfer
📂 wildenv restoreUnpacks and restores all .env files
🛡️ Multi-language logsRU 🇷🇺 / EN 🇺🇸 with CLI switch
🧪 100% test coverageAll features covered with Jest

🚀 Installation

npm install --save-dev wildenv

💻 Usage Examples

npx wildenv init         # 🔧 Set up .env files
npx wildenv check        # 💀 Spot missing/extra variables
npx wildenv pack         # 💼 Create .env.bundle.zip
npx wildenv restore      # 📂 Restore everything back

🌍 Language Support

When launching the CLI, you'll be asked:

🌍 Select language / Выберите язык:
> 🇺🇸 English
  🇷🇺 Русский

You can switch language dynamically in future versions.

🔐 Security

  • .env.secret is supported (optional)
  • Automatic .gitignore & .npmignore patching
  • Backups before overwrite (*.bak)

Planned: optional AES encryption for .env.secret

🧪 Tests

npm test

WildEnv uses jest and has complete coverage for all commands.

📦 Publishing checklist

  • ✅ CommonJS compatible
  • ✅ Windows tested / Linux / macOS
  • ✅ Works with all Node.js projects
  • ✅ Ready for npx or local install

📄 License

This project is licensed under the terms of the included LICENSE file.

🧭 Roadmap

  • wildenv secure — encrypt/decrypt secrets 🔐
  • GUI support (TUI or web interface)
  • Remote sync: wildenv sync --url
  • Add .env.schema.json support
  • Plugin system for integrations

Made with claws 🐾 and 🔥 by Xzdes

Keywords

dotenv

FAQs

Package last updated on 22 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts