Created
April 28, 2026 08:18
-
-
Save vapvarun/8a5fb4dac62c2bb5f4f50981c39874a5 to your computer and use it in GitHub Desktop.
Aider plus DeepSeek setup for WordPress plugin development (vapvarun.com)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install Aider | |
| pip install aider-chat | |
| # Set DeepSeek API key (get free credits at platform.deepseek.com) | |
| export DEEPSEEK_API_KEY="your-deepseek-api-key-here" | |
| # Navigate to your WordPress plugin directory | |
| cd /path/to/wp-content/plugins/your-plugin | |
| # Start Aider with DeepSeek coder backend | |
| aider --model deepseek/deepseek-coder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment