[01] OVERVIEW

Documentation

The Genesis-env CLI scaffolds and refreshes environment files from templates. Install with npm i -g genesis-env, run genv init, genv, and genv validate from your project root, and keep contributors on the same baseline without copying secrets by hand.

Quick start

npm i -g genesis-env

genv init
# edit .env.template
genv
genv validate

Template rules and examples live under Templates & .env. Install details and aliases are on the Installation page.