supercli 0.1.0

Universal CLI output wrapper around starbase-styles for consistent CLI theming across tools
Documentation
[dependencies.clap]
features = ["color"]
optional = true
version = "4.5.41"

[dependencies.is-terminal]
optional = true
version = "0.4.12"

[dependencies.starbase_styles]
version = "0.6.3"

[features]
clap = ["dep:clap", "dep:is-terminal"]
default = []

[lib]
name = "supercli"
path = "src/lib.rs"

[package]
authors = ["Nayeem Syed <nayeem@deepbrain.space>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Universal CLI output wrapper around starbase-styles for consistent CLI theming across tools"
edition = "2024"
homepage = "https://github.com/deepbrainspace/guardy"
keywords = ["cli", "output", "starbase", "colors", "terminal"]
license = "MIT"
name = "supercli"
readme = "README.md"
repository = "https://github.com/deepbrainspace/guardy"
rust-version = "1.88"
version = "0.1.0"