0.0.5 • Published 2 years ago

@averjs/dotenv-helper v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago