aider-script 0.1.5

A CLI wrapper around aider to make calling reusable prompts convenient
[[bin]]
name = "aider-script"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clio]
features = ["clap-parse"]
version = "0.3.5"

[dependencies.convert_case]
version = "0.8.0"

[dependencies.tera]
version = "1.20.0"

[dependencies.yaml-rust2]
version = "0.10.1"

[package]
authors = ["Sam Rowe"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A CLI wrapper around aider to make calling reusable prompts convenient"
edition = "2024"
exclude = [".aider.conf.yml", "CLAUDE.md", "conventions.md", "lint"]
homepage = "https://github.com/sgrowe/aider-script#readme"
keywords = ["llm", "aider", "ai"]
license = "MIT"
name = "aider-script"
readme = "README.md"
repository = "https://github.com/sgrowe/aider-script"
version = "0.1.5"