@atlashub/smartstack-cli 1.4.1 → 1.5.1
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/.documentation/agents.html +5 -1
- package/.documentation/apex.html +5 -1
- package/.documentation/business-analyse.html +5 -1
- package/.documentation/commands.html +5 -1
- package/.documentation/css/styles.css +2168 -2168
- package/.documentation/efcore.html +5 -1
- package/.documentation/gitflow.html +5 -1
- package/.documentation/hooks.html +5 -1
- package/.documentation/index.html +5 -1
- package/.documentation/init.html +565 -0
- package/.documentation/installation.html +92 -6
- package/.documentation/js/app.js +794 -794
- package/.documentation/ralph-loop.html +534 -530
- package/.documentation/test-web.html +5 -1
- package/dist/index.js +817 -277
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/templates/agents/efcore/conflicts.md +44 -17
- package/templates/agents/efcore/db-status.md +27 -6
- package/templates/agents/efcore/scan.md +43 -13
- package/templates/commands/ai-prompt.md +315 -315
- package/templates/commands/application/create.md +362 -362
- package/templates/commands/controller/create.md +216 -216
- package/templates/commands/controller.md +59 -0
- package/templates/commands/documentation/module.md +202 -202
- package/templates/commands/efcore/_env-check.md +153 -153
- package/templates/commands/efcore/conflicts.md +109 -192
- package/templates/commands/efcore/db-status.md +101 -89
- package/templates/commands/efcore/migration.md +23 -11
- package/templates/commands/efcore/scan.md +115 -119
- package/templates/commands/efcore.md +54 -6
- package/templates/commands/feature-full.md +267 -267
- package/templates/commands/gitflow/11-finish.md +145 -11
- package/templates/commands/gitflow/13-sync.md +216 -216
- package/templates/commands/gitflow/14-rebase.md +251 -251
- package/templates/commands/gitflow/2-status.md +120 -10
- package/templates/commands/gitflow/3-commit.md +150 -0
- package/templates/commands/gitflow/7-pull-request.md +134 -5
- package/templates/commands/gitflow/9-merge.md +142 -1
- package/templates/commands/implement.md +663 -663
- package/templates/commands/init.md +567 -0
- package/templates/commands/mcp-integration.md +330 -0
- package/templates/commands/notification.md +129 -129
- package/templates/commands/validate.md +233 -0
- package/templates/commands/workflow.md +193 -193
- package/templates/skills/ai-prompt/SKILL.md +778 -778
- package/templates/skills/application/SKILL.md +563 -563
- package/templates/skills/application/templates-backend.md +450 -450
- package/templates/skills/application/templates-frontend.md +531 -531
- package/templates/skills/application/templates-i18n.md +520 -520
- package/templates/skills/application/templates-seed.md +647 -647
- package/templates/skills/controller/SKILL.md +240 -240
- package/templates/skills/controller/postman-templates.md +614 -614
- package/templates/skills/controller/templates.md +1468 -1468
- package/templates/skills/documentation/SKILL.md +133 -133
- package/templates/skills/documentation/templates.md +476 -476
- package/templates/skills/feature-full/SKILL.md +838 -838
- package/templates/skills/notification/SKILL.md +555 -555
- package/templates/skills/ui-components/SKILL.md +870 -870
- package/templates/skills/workflow/SKILL.md +582 -582
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<header class="global-header">
|
|
13
13
|
<div class="logo">SS</div>
|
|
14
14
|
<span class="site-title">SmartStack CLI</span>
|
|
15
|
-
<span class="version-badge">v1.
|
|
15
|
+
<span class="version-badge">v1.5.0</span>
|
|
16
16
|
<div class="header-divider"></div>
|
|
17
17
|
<span class="page-title">Installation</span>
|
|
18
18
|
<nav class="breadcrumb">
|
|
@@ -63,6 +63,10 @@
|
|
|
63
63
|
<span class="icon">📦</span>
|
|
64
64
|
<span class="nav-text">Installation</span>
|
|
65
65
|
</a>
|
|
66
|
+
<a href="init.html" class="nav-item">
|
|
67
|
+
<span class="icon">🚀</span>
|
|
68
|
+
<span class="nav-text">Project Init</span>
|
|
69
|
+
</a>
|
|
66
70
|
</div>
|
|
67
71
|
|
|
68
72
|
<div class="nav-section">
|
|
@@ -156,11 +160,13 @@ npm --version # v8.x.x ou superieur</code></pre>
|
|
|
156
160
|
<span data-lang="en">Quick Install</span>
|
|
157
161
|
</h2>
|
|
158
162
|
|
|
159
|
-
<div class="
|
|
160
|
-
<
|
|
161
|
-
<
|
|
162
|
-
|
|
163
|
-
|
|
163
|
+
<div class="code-block">
|
|
164
|
+
<button class="copy-btn">Copy</button>
|
|
165
|
+
<pre><code># Installer le package
|
|
166
|
+
npm install -g @atlashub/smartstack-cli
|
|
167
|
+
|
|
168
|
+
# Installer les commandes
|
|
169
|
+
smartstack-cli install</code></pre>
|
|
164
170
|
</div>
|
|
165
171
|
</section>
|
|
166
172
|
|
|
@@ -260,6 +266,86 @@ npx smartstack-cli install --local</code></pre>
|
|
|
260
266
|
</div>
|
|
261
267
|
</section>
|
|
262
268
|
|
|
269
|
+
<!-- MCP Servers -->
|
|
270
|
+
<section id="mcp-servers">
|
|
271
|
+
<h2>
|
|
272
|
+
<span data-lang="fr">Serveurs MCP (recommande)</span>
|
|
273
|
+
<span data-lang="en">MCP Servers (recommended)</span>
|
|
274
|
+
</h2>
|
|
275
|
+
|
|
276
|
+
<p data-lang="fr">
|
|
277
|
+
Les serveurs MCP (Model Context Protocol) enrichissent SmartStack avec des fonctionnalites avancees : validation de conventions, scaffolding, documentation en temps reel.
|
|
278
|
+
</p>
|
|
279
|
+
<p data-lang="en">
|
|
280
|
+
MCP servers (Model Context Protocol) enhance SmartStack with advanced features: conventions validation, scaffolding, real-time documentation.
|
|
281
|
+
</p>
|
|
282
|
+
|
|
283
|
+
<div class="table-container">
|
|
284
|
+
<table>
|
|
285
|
+
<thead>
|
|
286
|
+
<tr>
|
|
287
|
+
<th>Serveur</th>
|
|
288
|
+
<th>
|
|
289
|
+
<span data-lang="fr">Fonction</span>
|
|
290
|
+
<span data-lang="en">Function</span>
|
|
291
|
+
</th>
|
|
292
|
+
</tr>
|
|
293
|
+
</thead>
|
|
294
|
+
<tbody>
|
|
295
|
+
<tr>
|
|
296
|
+
<td><strong>SmartStack MCP</strong></td>
|
|
297
|
+
<td>
|
|
298
|
+
<span data-lang="fr">Validation conventions, scaffolding, API docs</span>
|
|
299
|
+
<span data-lang="en">Conventions validation, scaffolding, API docs</span>
|
|
300
|
+
</td>
|
|
301
|
+
</tr>
|
|
302
|
+
<tr>
|
|
303
|
+
<td><strong>Context7 MCP</strong></td>
|
|
304
|
+
<td>
|
|
305
|
+
<span data-lang="fr">Documentation libraries, exemples de code</span>
|
|
306
|
+
<span data-lang="en">Library documentation, code examples</span>
|
|
307
|
+
</td>
|
|
308
|
+
</tr>
|
|
309
|
+
</tbody>
|
|
310
|
+
</table>
|
|
311
|
+
</div>
|
|
312
|
+
|
|
313
|
+
<h3 data-lang="fr">Installation</h3>
|
|
314
|
+
<h3 data-lang="en">Installation</h3>
|
|
315
|
+
|
|
316
|
+
<div class="code-block">
|
|
317
|
+
<button class="copy-btn">Copy</button>
|
|
318
|
+
<pre><code># SmartStack MCP
|
|
319
|
+
claude mcp add smartstack
|
|
320
|
+
|
|
321
|
+
# Context7 MCP (remplacez YOUR_API_KEY par votre cle)
|
|
322
|
+
claude mcp add context7 -- npx @upstash/context7-mcp -- --api-key YOUR_API_KEY</code></pre>
|
|
323
|
+
</div>
|
|
324
|
+
|
|
325
|
+
<div class="alert alert-warning">
|
|
326
|
+
<span class="alert-icon">⚠</span>
|
|
327
|
+
<div class="alert-content">
|
|
328
|
+
<h5 data-lang="fr">Cle API Context7</h5>
|
|
329
|
+
<h5 data-lang="en">Context7 API Key</h5>
|
|
330
|
+
<p data-lang="fr">
|
|
331
|
+
Obtenez votre cle API gratuite sur <a href="https://context7.io" target="_blank">context7.io</a>
|
|
332
|
+
</p>
|
|
333
|
+
<p data-lang="en">
|
|
334
|
+
Get your free API key at <a href="https://context7.io" target="_blank">context7.io</a>
|
|
335
|
+
</p>
|
|
336
|
+
</div>
|
|
337
|
+
</div>
|
|
338
|
+
|
|
339
|
+
<div class="alert alert-info">
|
|
340
|
+
<span class="alert-icon">💡</span>
|
|
341
|
+
<div class="alert-content">
|
|
342
|
+
<h5 data-lang="fr">Verifier l'installation</h5>
|
|
343
|
+
<h5 data-lang="en">Verify installation</h5>
|
|
344
|
+
<p><code>claude mcp list</code></p>
|
|
345
|
+
</div>
|
|
346
|
+
</div>
|
|
347
|
+
</section>
|
|
348
|
+
|
|
263
349
|
<!-- Installation Options -->
|
|
264
350
|
<section id="options">
|
|
265
351
|
<h2>
|