scrlkx/dotenv Seeder

Seeds environment variables into a env file using JSON input.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
modeHow the target file is seeded. "copy-example" (default) copies the example file to the target before applying variables (the example file must exist). "only-create" writes/updates the target file directly without requiring or copying an example file. nocopy-example
exampleThe example environment file to copy from (e.g., .env.example)no.env.example
targetThe target environment file to update (e.g., .env)no.env
variablesJSON object of variables to replace in the environment fileyes

no outputs