@synorix/xonfig
v1.0.6
Published
A minimal config loader for custom env files
Downloads
13
Maintainers
Readme
@synorix/xonfig
A lightweight and blazing-fast environment config loader for Node.js. Inspired by .env, but more flexible and powerful. Perfect for storing sensitive values, application configs, and secrets.
🚀 Features
- 🪶 Zero dependencies
- 📁 Supports
.xonfigor custom-named files - 🔒 Simple and secure format (
KEY=VALUE) - 🧪 Auto parses
true,false,null,undefined, and numbers - ⚙️ Easily use in any JS/TS project
📦 Installation
npm install @synorix/xonfig