| Crates.io | storagenv |
| lib.rs | storagenv |
| version | 0.1.2 |
| created_at | 2021-02-20 16:09:07.739989+00 |
| updated_at | 2021-02-21 02:58:08.237668+00 |
| description | storagenv is a utility to store and retrieve multiple env's |
| homepage | https://github.com/edicury/storagenv |
| repository | https://github.com/edicury/storagenv |
| max_upload_size | |
| id | 358082 |
| size | 22,394 |
storagenv is a simple .env file manager, which you can retrieve env's to clipboard
or simply print them in order to make life for local development, easier.
git clone https://github.com/edicury/storagenv
cd storagenv
cargo build --release
./target/release/storagenv
help
list
show ENV_NAME
add ENV_NAME ENV_STR
pick ENV_NAME