Prepare
Generate .env file from .env.* files.
Installation
bash
$ npm i -D @import-meta-env/prepareUsage
bash
$ npx import-meta-env-prepare -x .env.exampleBy default, when running above command, the CLI will load environment variables from .env.local.defaults and .env.local, merge both, then create an .env file in your project root:
ini
# .env
# Generated by '@import-meta-env/prepare'
NAME=world