env-template-generator

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i env-template-generator

Weekly Downloads

1

Version

1.0.2

License

GPL-3.0-or-later

Unpacked Size

41.4 kB

Total Files

6

Last publish

Collaborators

  • alexsanderalves