Expand description
A command line tool for generating an environment variable file.
§Install
$ cargo install env-gen§Usage
$ env-genThis will prompt you to create a new configuration file, optionally using an existing template file, and add key-value pairs for your environment variables. The generated .env file will be created in the current working directory.
The following template files are supported (searched in the current working directory):
example.env.example.envenv.example.env.exampleenv.sample.env.sample.env-dist
Structs§
- Config
- Configuration struct