mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
feat: Generate testimonials JS in homepage script
This commit is contained in:
parent
9f2d945691
commit
c7f1671d5a
1 changed files with 5 additions and 0 deletions
|
@ -555,6 +555,11 @@ def main():
|
||||||
percentage, version = get_latest_release_aider_percentage()
|
percentage, version = get_latest_release_aider_percentage()
|
||||||
print(f"Aider wrote {percentage:.2f}% of code in the LATEST release ({version})")
|
print(f"Aider wrote {percentage:.2f}% of code in the LATEST release ({version})")
|
||||||
|
|
||||||
|
# Get testimonials JavaScript
|
||||||
|
testimonials_js = get_testimonials_js()
|
||||||
|
print("\nTestimonials JavaScript:")
|
||||||
|
print(testimonials_js)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue