commando 0.1.0

A CLI tool that help you write conventional commit messages interactively.
[[bin]]
name = "commando"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.24"

[dependencies.dialoguer]
version = "0.11.0"

[package]
authors = ["phastboy stationphast@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A CLI tool that help you write conventional commit messages interactively."
edition = "2021"
homepage = "https://github.com/phastboy/commando"
keywords = ["cli", "search", "demo"]
license = "GPL-3.0"
name = "commando"
readme = "README.md"
repository = "https://github.com/phastboy/commando"
version = "0.1.0"