New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

env-template-generator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-template-generator

Auto generate .env template files for your project. With recursive and file modes.

1.0.2
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

env-template-generator

Auto-generate env template files for your project. Includes recursive and file mode.

Installation

  • We recommend env-template-generator as a global module.

[RECOMMENDED] Global installation:

npm install -g env-template-generator

Project-level installation:

npm install env-template-generator

Usage

  • File Mode

Generate a env-template file for a specified .env file on the same directory as the specified file.

env-template-generator -f /LOCATION_TO_DOTENV_FILE/.env
  • Recursive Mode

Generate one or multiple env-template file(s) scanning for .env files in a specified directory and its sub-directories.

env-template-generator -r /DIRECTORY_TO_START_SCANNING

Keywords

env

FAQs

Package last updated on 09 Dec 2021

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