aider-script 0.1.0

A CLI wrapper around aider to make calling reusable prompts convenient
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "aider-script"
version = "0.1.0"
description = "A CLI wrapper around aider to make calling reusable prompts convenient"
edition = "2024"
license = "MIT"


[dependencies]
anyhow = "1.0"
clap = { version = "4.5.32", features = ["derive"] }
clio = { version = "0.3.5", features = ["clap-parse"] }
convert_case = "0.8.0"
tera = "1.20.0"
yaml-rust2 = "0.10"