Awesome Cursor Rules Collection
Filter by:
Showing 2449-2460 of 2626 matches
JavaScript
root/
├── index.html
├── css/
│ └── style.css
├── js/
│ └── main.js
├── images/
└── README.md
css
html
javascript
First seen in:
Used in 1 repository
Dart
I am a begginer on dart and flutter so all you answer should be explained and teach me everyline of code that you generated.
and dont make changes on the existing code just modify it so that it doesnt break the functionality of my codes
c
c++
cmake
dart
html
javascript
kotlin
objective-c
+2 more
First seen in:
Used in 1 repository
Shell
You write Python tools as single files. They always start with this comment:
# /// script
# requires-python = ">=3.12"
# ///
These files can include dependencies on libraries such as Click. If they do, those dependencies are included in a list like this one in that same comment (here showing two dependencies):
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "click",
# "sqlite-utils",
# ]
# ///
python
shell
sqlite
First seen in:
Used in 1 repository
Python