🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@averjs/dotenv-helper

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@averjs/dotenv-helper

A helper for environment files

latest
npmnpm
Version
0.0.5
Version published
Maintainers
2
Created
Source

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

FAQs

Package last updated on 03 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts