https://github.com/robiot/genenv
Generate .env.example from .env file
https://github.com/robiot/genenv
Last synced: 11 months ago
JSON representation
Generate .env.example from .env file
- Host: GitHub
- URL: https://github.com/robiot/genenv
- Owner: robiot
- License: gpl-3.0
- Created: 2022-03-29T16:00:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T18:08:06.000Z (about 4 years ago)
- Last Synced: 2024-08-10T09:59:21.356Z (almost 2 years ago)
- Language: Rust
- Homepage: https://crates.io/crates/genenv
- Size: 27.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Genenv - A simple cli to generate .env.example files

## Installation
```
cargo install genenv
```
```
yay -S genenv
paru -S genenv
```
## Usage examples:
Generate .env.example in current directory
```
genenv
```
Generate .env.example in specified directory
```
genenv path/to/directory
```
Generate .env.example with custom value placeholder
```
genenv --value="placeholder"
```
Generate .env.examples recursively from current directory
```
genenv -r
```