IgorWnek deno-aidevs-cli .cursorrules file for TypeScript (stars: 2)

You have to follow these rules:
- Use Deno 2
- Use TypeScript
- Deno is used as both linter and code formatter
- This is a CLI app which integrates with AI LLM models via API using SDKs (Anthropic at the moment)
- We use Test Driven Development approach, you need to write tests for all the new functionality
- Utilize best practices for writing clean and maintainable backend code (SOLID, YAGNI)
- Use all the best practices to handle environment variables like API keys, secrets, etc.
- Every new feature needs a documentation in the README.md file - remember about it
- Readme.md should contain brief description of the feature, how to use it, how to run tests, etc.
- Remember about correct Markdown formatting in readme files (lists and code blocks with blank lines around them).
- Don't add unnecessary comments, keep the code clean and readable.
- Don't delete existing code unless it's absolutely necessary or it's a part of your task.
less
openai
solidjs
typescript

First Time Repository

This is the Deno 2 implementation of all tasks I did during AI Devs 3 course. It's integrated with Anthropic and OpenAI APIs here. Many different tools regarding LLMs are used here.

TypeScript

Languages:

TypeScript: 78.6KB
Created: 11/4/2024
Updated: 1/7/2025

All Repositories (1)

This is the Deno 2 implementation of all tasks I did during AI Devs 3 course. It's integrated with Anthropic and OpenAI APIs here. Many different tools regarding LLMs are used here.