@averjs/dotenv-helper
v0.0.5
Published
A helper for environment files
Downloads
12
Readme
Dotenv Helper
When setting up a new project (e.g. a monorepo) you have to look in every package if there is a .env.example
, copy the file, rename it to .env
and update its content.
To fix this problem, this package walks through your project, collects all the .env.example
files, gives you a prompt for every variable and writes the .env
files when you are done.
How to use
Just use the execute command from your prefered package manager.
# npm
$ npx @averjs/dotenv-helper
# yarn
$ yarn dlx @averjs/dotenv-helper
# pnpm
$ pnpm dlx @averjs/dotenv-helper