beatcursor 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,12 @@
1
+ # beatcursor
2
+
3
+ Installs the BeatCursor extension into Cursor and applies the patches it needs.
4
+
5
+ ```bash
6
+ npm run build:all # build the extension + this installer
7
+ node dist/cli.cjs install
8
+ node dist/cli.cjs status
9
+ node dist/cli.cjs uninstall # restores every patched file from its backup
10
+ ```
11
+
12
+ Close Cursor before installing; restart it afterwards.