1.0.2 • Published 2 years ago

env-template-generator v1.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

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