rapidkit 0.27.0 → 0.27.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/README.md +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +137 -129
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ FastAPI, NestJS, Spring Boot, Go/Fiber, and Go/Gin scaffolding with production-r
|
|
|
6
6
|
**27+ plug-and-play modules** are available for FastAPI & NestJS projects. Spring Boot and Go kits run as npm-level generators.
|
|
7
7
|
Clean architecture • Zero boilerplate • Instant deployment.
|
|
8
8
|
|
|
9
|
-
> **💡 Recommended:** Install the [Workspai VS Code extension](https://
|
|
9
|
+
> **💡 Recommended:** Install the [Workspai VS Code extension](https://marketplace.visualstudio.com/items?itemName=rapidkit.rapidkit-vscode) for AI-powered project creation, a visual workspace explorer, and context-aware coding assistance — all backed by this CLI.
|
|
10
10
|
|
|
11
11
|
[](https://www.npmjs.com/package/rapidkit)
|
|
12
12
|
[](https://www.npmjs.com/package/rapidkit)
|
|
@@ -234,7 +234,7 @@ visual workspace explorer, AI-powered project creation, and context-aware coding
|
|
|
234
234
|
Search **Workspai** in the VS Code Extensions marketplace, or:
|
|
235
235
|
|
|
236
236
|
```bash
|
|
237
|
-
|
|
237
|
+
ext install rapidkit.rapidkit-vscode
|
|
238
238
|
```
|
|
239
239
|
|
|
240
240
|
> The extension calls this CLI under the hood — both tools work together seamlessly.
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
declare function handleCreateOrFallback(args: string[]): Promise<number>;
|
|
3
|
-
declare const NPM_ONLY_TOP_LEVEL_COMMANDS: readonly ["doctor", "workspace", "bootstrap", "setup", "cache", "mirror", "ai", "config", "shell"];
|
|
3
|
+
declare const NPM_ONLY_TOP_LEVEL_COMMANDS: readonly ["readiness", "doctor", "workspace", "bootstrap", "setup", "cache", "mirror", "ai", "config", "shell"];
|
|
4
4
|
declare const WRAPPER_ORCHESTRATED_PROJECT_COMMANDS: readonly ["init"];
|
|
5
5
|
interface DoctorWorkspaceShadowDiagnostic {
|
|
6
6
|
detected: boolean;
|