@hustle-together/api-dev-tools 3.5.0 → 3.6.0
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 +19 -19
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,25 +3,25 @@
|
|
|
3
3
|
**Interview-driven, research-first API development with 100% phase enforcement**
|
|
4
4
|
|
|
5
5
|
```
|
|
6
|
-
|
|
7
|
-
│
|
|
8
|
-
│
|
|
9
|
-
│
|
|
10
|
-
│
|
|
11
|
-
│
|
|
12
|
-
│
|
|
13
|
-
│
|
|
14
|
-
│
|
|
15
|
-
│
|
|
16
|
-
│
|
|
17
|
-
│
|
|
18
|
-
│
|
|
19
|
-
│
|
|
20
|
-
│
|
|
21
|
-
│
|
|
22
|
-
│
|
|
23
|
-
│
|
|
24
|
-
|
|
6
|
+
┌────────────────────────────────────────────────────────────────┐
|
|
7
|
+
│ ❯ npx @hustle-together/api-dev-tools --scope=project │
|
|
8
|
+
│ │
|
|
9
|
+
│ 🚀 Installing API Development Tools v3.6.0... │
|
|
10
|
+
│ │
|
|
11
|
+
│ ✅ Found Python 3.12.0 │
|
|
12
|
+
│ 📦 Installing commands: 24 slash commands │
|
|
13
|
+
│ 🔒 Installing hooks: 18 enforcement hooks │
|
|
14
|
+
│ ⚙️ Configuring settings.json │
|
|
15
|
+
│ 📊 Creating api-dev-state.json │
|
|
16
|
+
│ 📚 Setting up research cache │
|
|
17
|
+
│ 🔌 Configuring MCP servers: context7, github │
|
|
18
|
+
│ │
|
|
19
|
+
│ ═══════════════════════════════════════════════════════════ │
|
|
20
|
+
│ 🎉 API Development Tools installed successfully! │
|
|
21
|
+
│ ═══════════════════════════════════════════════════════════ │
|
|
22
|
+
│ │
|
|
23
|
+
│ Quick Start: /api-create my-endpoint │
|
|
24
|
+
└────────────────────────────────────────────────────────────────┘
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
---
|
package/package.json
CHANGED