@averjs/dotenv-helper

0.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @averjs/dotenv-helper

Weekly Downloads

0

Version

0.0.5

License

none

Unpacked Size

6.43 kB

Total Files

7

Last publish

Collaborators

  • fweber
  • thegorilla