penv 0.1.0

Pretty Print Environment Variables
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.console]
version = "0.15"

[dependencies.glob]
version = "0.3"

[package]
authors = ["Jonas da Silva"]
categories = ["command-line-utilities", "visualization"]
description = "Pretty Print Environment Variables"
edition = "2021"
keywords = ["command-line", "env", "environment", "pretty"]
license = "MIT OR Unlicense"
name = "penv"
readme = "README.md"
repository = "https://github.com/phoenixr-codes/penv/"
version = "0.1.0"