From ee5e692e579a00022ec5a00451cb9680e300160c Mon Sep 17 00:00:00 2001 From: CovertDuck Date: Mon, 20 Jan 2025 20:46:10 -0500 Subject: [PATCH] aider: add page --- pages/common/aider.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/aider.md diff --git a/pages/common/aider.md b/pages/common/aider.md new file mode 100644 index 00000000000000..6258c95e05adda --- /dev/null +++ b/pages/common/aider.md @@ -0,0 +1,28 @@ +# aider + +> Pair program with the LLM of your choice. +> More information: . + +- Start a new project or work with an existing code base: + +`aider --model {{model_name}} --api-key {{your_api_key}}` + +- Add new features or test cases to specific files: + +`aider {{path/to/file1}} {{path/to/file2}}` + +- Describe a bug and let aider fix it: + +`aider {{path/to/file}} --describe "{{bug_description}}"` + +- Refactor code in a specific file: + +`aider {{path/to/file}} --refactor` + +- Update documentation: + +`aider {{path/to/file}} --update-docs` + +- Display help: + +`aider --help`