noah-cursor 1.5.5 → 1.5.7
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 +20 -20
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<a href="https://www.npmjs.com/package/noah-cursor"><img src="https://img.shields.io/npm/dm/noah-cursor.svg" alt="npm downloads" /></a>
|
|
13
13
|
<a href="LICENSE"><img src="https://img.shields.io/npm/l/noah-cursor.svg" alt="license" /></a>
|
|
14
14
|
<img src="https://img.shields.io/node/v/noah-cursor.svg" alt="node" />
|
|
15
|
-
<a href="https://www.buymeacoffee.com/
|
|
15
|
+
<a href="https://www.buymeacoffee.com/klnaufr"><img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-FFDD00?style=flat&logo=buymeacoffee&logoColor=black" alt="Buy Me a Coffee" /></a>
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
```bash
|
|
@@ -54,7 +54,7 @@ Built for people who live in the terminal and want Cursor to feel like a product
|
|
|
54
54
|
## Demo
|
|
55
55
|
|
|
56
56
|
<p align="center">
|
|
57
|
-
<img src="assets/noah-cursor-demo.gif" alt="Noah Cursor CLI demo" width="100%" />
|
|
57
|
+
<img src="https://cdn.jsdelivr.net/npm/noah-cursor@latest/assets/noah-cursor-demo.gif" alt="Noah Cursor CLI demo" width="100%" />
|
|
58
58
|
</p>
|
|
59
59
|
|
|
60
60
|
## Quick start
|
|
@@ -92,24 +92,24 @@ npx noah-cursor add --rule laravel-api --rule react-spa-dashboard
|
|
|
92
92
|
|
|
93
93
|
### Skills — agent workflows you can reuse
|
|
94
94
|
|
|
95
|
-
| Skill | What it does |
|
|
96
|
-
| ----- | ------------ |
|
|
97
|
-
|
|
|
98
|
-
|
|
|
99
|
-
|
|
|
100
|
-
|
|
|
101
|
-
|
|
|
102
|
-
|
|
|
95
|
+
| Skill | Stack | What it does |
|
|
96
|
+
| ----- | ----- | ------------ |
|
|
97
|
+
| `commit-push` | Git | Stage, group by category, draft a clean commit, push |
|
|
98
|
+
| `generate-readme` | Docs | Generate README with stack, deps, prerequisites, setup |
|
|
99
|
+
| `react-doctor-fix` | React | Run react-doctor, fix findings, verify no regressions |
|
|
100
|
+
| `larastan-fix` | Laravel | Run Larastan on Laravel, fix, verify |
|
|
101
|
+
| `nestjs-knip-fix` | NestJS | Knip on NestJS — unused code/deps out, features intact |
|
|
102
|
+
| `node-doctor-fix` | Node.js | Bundled node-doctor (Knip + hygiene) for generic Node |
|
|
103
103
|
|
|
104
104
|
### Rules — stack guidance baked into Cursor
|
|
105
105
|
|
|
106
|
-
| Rule | For |
|
|
107
|
-
| ---- | --- |
|
|
108
|
-
|
|
|
109
|
-
|
|
|
110
|
-
|
|
|
111
|
-
|
|
|
112
|
-
|
|
|
106
|
+
| Rule | Stack | For |
|
|
107
|
+
| ---- | ----- | --- |
|
|
108
|
+
| `stack-architecture` | Multi | Choosing React SPA vs Laravel API vs Next/Nuxt marketing |
|
|
109
|
+
| `react-spa-dashboard` | React | React + TypeScript + TanStack Query dashboards |
|
|
110
|
+
| `laravel-api` | Laravel | Headless Laravel APIs (Sanctum-ready) |
|
|
111
|
+
| `nextjs-marketing` | Next.js | Next.js App Router marketing / branding sites |
|
|
112
|
+
| `nuxt-marketing` | Nuxt | Nuxt 3+ marketing / branding sites |
|
|
113
113
|
|
|
114
114
|
Prompts, MCP configs, and Presets are supported by the CLI — more shipping soon.
|
|
115
115
|
|
|
@@ -251,14 +251,14 @@ Whether it's a Skill you want added, a Rule for your stack, a bug report, or an
|
|
|
251
251
|
If Noah Cursor saves you time, consider buying me a coffee — it helps keep the CLI and registry maintained.
|
|
252
252
|
|
|
253
253
|
<p align="center">
|
|
254
|
-
<a href="https://www.buymeacoffee.com/
|
|
254
|
+
<a href="https://www.buymeacoffee.com/klnaufr">
|
|
255
255
|
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="50" />
|
|
256
256
|
</a>
|
|
257
257
|
</p>
|
|
258
258
|
|
|
259
259
|
<p align="center">
|
|
260
|
-
<a href="https://www.buymeacoffee.com/
|
|
261
|
-
<img src="assets/qr-code.png" alt="Buy Me a Coffee QR code" width="220" />
|
|
260
|
+
<a href="https://www.buymeacoffee.com/klnaufr">
|
|
261
|
+
<img src="https://cdn.jsdelivr.net/npm/noah-cursor@latest/assets/qr-code.png" alt="Buy Me a Coffee QR code" width="220" />
|
|
262
262
|
</a>
|
|
263
263
|
<br />
|
|
264
264
|
<sub>Scan to support on Buy Me a Coffee</sub>
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "noah-cursor",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.5.7",
|
|
4
|
+
"description": "The CLI for shipping Cursor setups — install battle-tested Skills, Rules, Prompts, MCP configs, and Presets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
-
"noah-cursor": "
|
|
7
|
+
"noah-cursor": "dist/index.js"
|
|
8
8
|
},
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|
|
45
|
-
"url": "git+
|
|
45
|
+
"url": "git+https://github.com/itsmenoahpoli/noah-cursor.git"
|
|
46
46
|
},
|
|
47
47
|
"bugs": {
|
|
48
48
|
"url": "https://github.com/itsmenoahpoli/noah-cursor/issues"
|
|
49
49
|
},
|
|
50
|
-
"homepage": "https://
|
|
50
|
+
"homepage": "https://www.npmjs.com/package/noah-cursor",
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@inquirer/core": "11.2.1",
|
|
53
53
|
"@inquirer/prompts": "^7.5.0",
|