storagenv

Crates.iostoragenv
lib.rsstoragenv
version0.1.2
sourcesrc
created_at2021-02-20 16:09:07.739989
updated_at2021-02-21 02:58:08.237668
descriptionstoragenv is a utility to store and retrieve multiple env's
homepagehttps://github.com/edicury/storagenv
repositoryhttps://github.com/edicury/storagenv
max_upload_size
id358082
size22,394
(edicury)

documentation

README

storagenv - v0.1.2

Description

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.

How to install ? ( using Rust )

    git clone https://github.com/edicury/storagenv
    cd storagenv
    cargo build --release
    ./target/release/storagenv

Available Commands

  • help
    • lists all available commands inside binary
  • list
    • lists all stored environments
  • show ENV_NAME
    • prints specified env on console
  • add ENV_NAME ENV_STR
    • stores new env inside binary
  • pick ENV_NAME
    • copies env to clipboard
Commit count: 14

cargo fmt