Installation
Env Core can be installed using your favorite package manager. Choose the one you prefer:Requirements
Env Core requires Node.js version 16.0.0 or higher.Env Core works with both ESM (
import) and CommonJS (require) module systems.Dependencies
Env Core has minimal dependencies:- dotenv - For parsing .env files
TypeScript support
If you’re using TypeScript, Env Core includes full type definitions. No need to install separate@types packages!
Verify installation
You can verify that Env Core is installed correctly by importing it in your project:Next steps
Quick start guide
Learn how to use Env Core in your project with a step-by-step guide