commando 0.1.0

A CLI tool that help you write conventional commit messages interactively.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "commando"
version = "0.1.0"
edition = "2021"
description = "A CLI tool that help you write conventional commit messages interactively."
license = "GPL-3.0"
authors = ["phastboy stationphast@gmail.com"]
readme = "README.md"
homepage = "https://github.com/phastboy/commando"
repository = "https://github.com/phastboy/commando"
keywords = ["cli", "search", "demo"]
categories = ["command-line-utilities"]

[dependencies]
clap = { version = "4.5.24", features = ["derive"] }
dialoguer = "0.11.0"