/env-template-generator

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

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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