env-x-utils
v1.0.0
Published
lightweight utility library for .env files in Node.js
Downloads
223
Maintainers
Readme
env-x-utils
NPM Package: env-x-utils
Environment utility module for detecting and validating runtime environments.
This lib provides utilities for:
- Checking current environment type (development, production, test, staging, UAT)
- Detecting server-side vs client-side execution context
- Validating environment variables
- Determining SSR (Server-Side Rendering) vs CSR (Client-Side Rendering) contexts
🤝 Contributing
Contributions are welcome! Please read our contributing guidelines and code of conduct before submitting pull requests.
Development Setup
- Fork the repository
- Clone your fork
- Install dependencies
- Create a feature branch
- Make your changes
- Submit a pull request
📝 License
See LICENSE for more information.
Authors
- Nasr Aldin (@nasraldin)