meto-cli 0.4.0 → 0.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/dist/cli/prompts.d.ts.map +1 -1
- package/dist/cli/prompts.js +20 -0
- package/dist/cli/prompts.js.map +1 -1
- package/dist/cli/stacks.d.ts.map +1 -1
- package/dist/cli/stacks.js +248 -0
- package/dist/cli/stacks.js.map +1 -1
- package/dist/cli/types.d.ts +1 -1
- package/dist/cli/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompts.d.ts","sourceRoot":"","sources":["../../src/cli/prompts.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAa,MAAM,YAAY,CAAC;AAoC1D;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,sEAAsE;IACtE,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAMD;;;;GAIG;AACH,wBAAsB,kBAAkB,IAAI,OAAO,CAAC,iBAAiB,CAAC,CA2CrE;AAED;;;;;;GAMG;AACH,wBAAsB,mBAAmB,CACvC,OAAO,GAAE,mBAAwB,GAChC,OAAO,CAAC,YAAY,CAAC,
|
|
1
|
+
{"version":3,"file":"prompts.d.ts","sourceRoot":"","sources":["../../src/cli/prompts.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAa,MAAM,YAAY,CAAC;AAoC1D;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,sEAAsE;IACtE,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAMD;;;;GAIG;AACH,wBAAsB,kBAAkB,IAAI,OAAO,CAAC,iBAAiB,CAAC,CA2CrE;AAED;;;;;;GAMG;AACH,wBAAsB,mBAAmB,CACvC,OAAO,GAAE,mBAAwB,GAChC,OAAO,CAAC,YAAY,CAAC,CAuHvB"}
|
package/dist/cli/prompts.js
CHANGED
|
@@ -120,6 +120,26 @@ export async function collectProjectBrief(options = {}) {
|
|
|
120
120
|
label: "Node.js CLI",
|
|
121
121
|
hint: "Command-line tool distributed via npm",
|
|
122
122
|
},
|
|
123
|
+
{
|
|
124
|
+
value: "python-fastapi",
|
|
125
|
+
label: "Python (FastAPI)",
|
|
126
|
+
hint: "REST API with async support, auto-generated docs",
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
value: "go",
|
|
130
|
+
label: "Go",
|
|
131
|
+
hint: "Compiled backend service or CLI tool",
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
value: "vite-react",
|
|
135
|
+
label: "Vite + React",
|
|
136
|
+
hint: "Client-side SPA with fast dev server",
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
value: "flutter",
|
|
140
|
+
label: "Flutter",
|
|
141
|
+
hint: "Cross-platform mobile and web app with Dart",
|
|
142
|
+
},
|
|
123
143
|
{
|
|
124
144
|
value: "custom",
|
|
125
145
|
label: "Custom",
|
package/dist/cli/prompts.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompts.js","sourceRoot":"","sources":["../../src/cli/prompts.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"prompts.js","sourceRoot":"","sources":["../../src/cli/prompts.ts"],"names":[],"mappings":"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"}
|
package/dist/cli/stacks.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stacks.d.ts","sourceRoot":"","sources":["../../src/cli/stacks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"stacks.d.ts","sourceRoot":"","sources":["../../src/cli/stacks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AA6f5C;;;;;;;;;;GAUG;AACH,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,SAAS,EAChB,WAAW,CAAC,EAAE,MAAM,GACnB,MAAM,CAOR;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,SAAS,EAChB,WAAW,CAAC,EAAE,MAAM,GACnB,MAAM,CAQR;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,eAAe,CAC7B,KAAK,EAAE,SAAS,EAChB,WAAW,EAAE,MAAM,EACnB,WAAW,CAAC,EAAE,MAAM,GACnB,MAAM,CAYR"}
|
package/dist/cli/stacks.js
CHANGED
|
@@ -44,10 +44,77 @@ const NODEJS_CLI_DESCRIPTION = `## Stack Overview
|
|
|
44
44
|
## Key Libraries
|
|
45
45
|
- **commander or yargs** -- argument parsing (if needed)
|
|
46
46
|
- **vitest** -- fast TypeScript-native testing`;
|
|
47
|
+
/**
|
|
48
|
+
* Structured description for the Python (FastAPI) stack.
|
|
49
|
+
*/
|
|
50
|
+
const PYTHON_FASTAPI_DESCRIPTION = `## Stack Overview
|
|
51
|
+
|
|
52
|
+
| Layer | Choice | Reason |
|
|
53
|
+
|---|---|---|
|
|
54
|
+
| Runtime | Python 3.11+ | Modern async support, type hints, broad ecosystem |
|
|
55
|
+
| Framework | FastAPI | High-performance async framework with auto-generated docs |
|
|
56
|
+
| Database | PostgreSQL or SQLite | Robust relational database with strong Python driver support |
|
|
57
|
+
| ORM | SQLAlchemy or Tortoise | Mature ORM with migration support and async capabilities |
|
|
58
|
+
| Docs | Auto-generated OpenAPI/Swagger | Interactive API docs available at /docs out of the box |
|
|
59
|
+
|
|
60
|
+
## Key Libraries
|
|
61
|
+
- **Pydantic** -- data validation and serialization
|
|
62
|
+
- **Alembic** -- database migration management`;
|
|
63
|
+
/**
|
|
64
|
+
* Structured description for the Go stack.
|
|
65
|
+
*/
|
|
66
|
+
const GO_DESCRIPTION = `## Stack Overview
|
|
67
|
+
|
|
68
|
+
| Layer | Choice | Reason |
|
|
69
|
+
|---|---|---|
|
|
70
|
+
| Language | Go 1.22+ | Fast compilation, built-in concurrency, single binary output |
|
|
71
|
+
| HTTP | net/http or Chi/Gin | Standard library or lightweight router depending on complexity |
|
|
72
|
+
| Database | PostgreSQL via pgx or GORM | High-performance driver or full ORM for rapid development |
|
|
73
|
+
| Testing | Built-in testing package | No external framework needed, benchmarks included |
|
|
74
|
+
|
|
75
|
+
## Key Libraries
|
|
76
|
+
- **slog** -- structured logging (stdlib)
|
|
77
|
+
- **cobra** -- CLI argument parsing (if building a CLI)`;
|
|
78
|
+
/**
|
|
79
|
+
* Structured description for the Vite + React stack.
|
|
80
|
+
*/
|
|
81
|
+
const VITE_REACT_DESCRIPTION = `## Stack Overview
|
|
82
|
+
|
|
83
|
+
| Layer | Choice | Reason |
|
|
84
|
+
|---|---|---|
|
|
85
|
+
| Build | Vite | Lightning-fast HMR and optimized production builds |
|
|
86
|
+
| UI | React 18+ | Component-based UI with concurrent rendering support |
|
|
87
|
+
| Styling | Tailwind CSS or CSS Modules | Utility-first styling or scoped CSS depending on preference |
|
|
88
|
+
| Routing | React Router | Declarative routing with nested layouts and data loading |
|
|
89
|
+
| State | Zustand or Redux Toolkit | Lightweight or full-featured state management |
|
|
90
|
+
|
|
91
|
+
## Key Libraries
|
|
92
|
+
- **TypeScript** -- strict mode throughout
|
|
93
|
+
- **Vitest** -- fast Vite-native testing`;
|
|
94
|
+
/**
|
|
95
|
+
* Structured description for the Flutter stack.
|
|
96
|
+
*/
|
|
97
|
+
const FLUTTER_DESCRIPTION = `## Stack Overview
|
|
98
|
+
|
|
99
|
+
| Layer | Choice | Reason |
|
|
100
|
+
|---|---|---|
|
|
101
|
+
| Language | Dart | Optimized for UI development with hot reload |
|
|
102
|
+
| UI | Flutter widgets | Rich widget library for iOS, Android, and web |
|
|
103
|
+
| State | Riverpod or Bloc | Reactive state management with compile-time safety |
|
|
104
|
+
| Backend | Firebase or custom API | Serverless backend or connect to any REST/GraphQL API |
|
|
105
|
+
| Testing | Flutter test framework | Widget tests, unit tests, and integration tests built-in |
|
|
106
|
+
|
|
107
|
+
## Key Libraries
|
|
108
|
+
- **GoRouter** -- declarative routing with deep link support
|
|
109
|
+
- **freezed** -- immutable data classes with union types`;
|
|
47
110
|
const STACK_DESCRIPTIONS = {
|
|
48
111
|
"nextjs-supabase": NEXTJS_SUPABASE_DESCRIPTION,
|
|
49
112
|
"react-native": REACT_NATIVE_DESCRIPTION,
|
|
50
113
|
"nodejs-cli": NODEJS_CLI_DESCRIPTION,
|
|
114
|
+
"python-fastapi": PYTHON_FASTAPI_DESCRIPTION,
|
|
115
|
+
"go": GO_DESCRIPTION,
|
|
116
|
+
"vite-react": VITE_REACT_DESCRIPTION,
|
|
117
|
+
"flutter": FLUTTER_DESCRIPTION,
|
|
51
118
|
};
|
|
52
119
|
/**
|
|
53
120
|
* Definition of Done criteria for the Next.js + Supabase stack.
|
|
@@ -109,10 +176,75 @@ const CUSTOM_STACK_DOD = `## Universal Checks
|
|
|
109
176
|
|
|
110
177
|
## Stack-Specific Checks
|
|
111
178
|
*Add stack-specific checks here based on your chosen technology.*`;
|
|
179
|
+
/**
|
|
180
|
+
* Definition of Done criteria for the Python (FastAPI) stack.
|
|
181
|
+
*/
|
|
182
|
+
const PYTHON_FASTAPI_DOD = `## Universal Checks
|
|
183
|
+
- [ ] mypy type checking passes with no errors
|
|
184
|
+
- [ ] No \`print()\` statements in committed code
|
|
185
|
+
- [ ] No commented-out code in committed files
|
|
186
|
+
- [ ] Error states handled (proper HTTP error responses)
|
|
187
|
+
|
|
188
|
+
## Stack-Specific Checks
|
|
189
|
+
- [ ] All endpoints return proper HTTP status codes
|
|
190
|
+
- [ ] Pydantic models used for request/response validation
|
|
191
|
+
- [ ] Database migrations applied and tested locally
|
|
192
|
+
- [ ] API docs accessible at \`/docs\`
|
|
193
|
+
- [ ] Tests pass with \`pytest\``;
|
|
194
|
+
/**
|
|
195
|
+
* Definition of Done criteria for the Go stack.
|
|
196
|
+
*/
|
|
197
|
+
const GO_DOD = `## Universal Checks
|
|
198
|
+
- [ ] Code compiles with \`go build\`
|
|
199
|
+
- [ ] \`go vet\` passes with no warnings
|
|
200
|
+
- [ ] No \`fmt.Println\` in committed code
|
|
201
|
+
- [ ] No commented-out code in committed files
|
|
202
|
+
- [ ] Error states handled (no ignored error returns)
|
|
203
|
+
|
|
204
|
+
## Stack-Specific Checks
|
|
205
|
+
- [ ] \`golangci-lint\` passes
|
|
206
|
+
- [ ] Error values always checked
|
|
207
|
+
- [ ] Context propagated through handlers
|
|
208
|
+
- [ ] Tests pass with \`go test ./...\``;
|
|
209
|
+
/**
|
|
210
|
+
* Definition of Done criteria for the Vite + React stack.
|
|
211
|
+
*/
|
|
212
|
+
const VITE_REACT_DOD = `## Universal Checks
|
|
213
|
+
- [ ] TypeScript compiles with no errors (\`npx tsc --noEmit\`)
|
|
214
|
+
- [ ] No \`any\` types in changed files
|
|
215
|
+
- [ ] No \`console.log\` in committed code
|
|
216
|
+
- [ ] No commented-out code in committed files
|
|
217
|
+
- [ ] Error states handled (loading, empty, error UI)
|
|
218
|
+
|
|
219
|
+
## Stack-Specific Checks
|
|
220
|
+
- [ ] No layout shifts on load
|
|
221
|
+
- [ ] Responsive at 375px minimum
|
|
222
|
+
- [ ] Route transitions work
|
|
223
|
+
- [ ] Build succeeds with \`npm run build\`
|
|
224
|
+
- [ ] No runtime errors in browser console`;
|
|
225
|
+
/**
|
|
226
|
+
* Definition of Done criteria for the Flutter stack.
|
|
227
|
+
*/
|
|
228
|
+
const FLUTTER_DOD = `## Universal Checks
|
|
229
|
+
- [ ] \`dart analyze\` passes with no errors
|
|
230
|
+
- [ ] No \`print()\` in committed code
|
|
231
|
+
- [ ] No commented-out code in committed files
|
|
232
|
+
- [ ] Error states handled (loading, empty, error UI)
|
|
233
|
+
|
|
234
|
+
## Stack-Specific Checks
|
|
235
|
+
- [ ] Runs on iOS simulator without crash
|
|
236
|
+
- [ ] Runs on Android emulator without crash
|
|
237
|
+
- [ ] No hardcoded dimensions (use responsive sizing)
|
|
238
|
+
- [ ] Widget tests pass with \`flutter test\`
|
|
239
|
+
- [ ] Responsive across screen sizes`;
|
|
112
240
|
const STACK_DODS = {
|
|
113
241
|
"nextjs-supabase": NEXTJS_SUPABASE_DOD,
|
|
114
242
|
"react-native": REACT_NATIVE_DOD,
|
|
115
243
|
"nodejs-cli": NODEJS_CLI_DOD,
|
|
244
|
+
"python-fastapi": PYTHON_FASTAPI_DOD,
|
|
245
|
+
"go": GO_DOD,
|
|
246
|
+
"vite-react": VITE_REACT_DOD,
|
|
247
|
+
"flutter": FLUTTER_DOD,
|
|
116
248
|
};
|
|
117
249
|
/**
|
|
118
250
|
* Starter epics for the Next.js + Supabase stack.
|
|
@@ -226,10 +358,126 @@ const CUSTOM_STACK_EPICS = `## E1 -- Project Setup
|
|
|
226
358
|
**Goal:** Set up deployment pipeline and ship the first version to production.
|
|
227
359
|
**Status:** Not started
|
|
228
360
|
**Tasks:** To be sliced by @meto-pm`;
|
|
361
|
+
/**
|
|
362
|
+
* Starter epics for the Python (FastAPI) stack.
|
|
363
|
+
*/
|
|
364
|
+
const PYTHON_FASTAPI_EPICS = `## E1 -- Project Setup
|
|
365
|
+
**Goal:** Initialize the FastAPI project with virtual environment, install dependencies, and configure development tooling (mypy, pytest, linter).
|
|
366
|
+
**Status:** Not started
|
|
367
|
+
**Tasks:** To be sliced by @meto-pm
|
|
368
|
+
|
|
369
|
+
---
|
|
370
|
+
|
|
371
|
+
## E2 -- Database + Models
|
|
372
|
+
**Goal:** Set up SQLAlchemy with PostgreSQL or SQLite, define initial models, configure Alembic migrations, and create seed data.
|
|
373
|
+
**Status:** Not started
|
|
374
|
+
**Tasks:** To be sliced by @meto-pm
|
|
375
|
+
|
|
376
|
+
---
|
|
377
|
+
|
|
378
|
+
## E3 -- Core API Endpoints
|
|
379
|
+
**Goal:** Build the primary API endpoints for the application. To be defined by @meto-pm based on the product vision.
|
|
380
|
+
**Status:** Not started
|
|
381
|
+
**Tasks:** To be sliced by @meto-pm
|
|
382
|
+
|
|
383
|
+
---
|
|
384
|
+
|
|
385
|
+
## E4 -- Deploy
|
|
386
|
+
**Goal:** Containerize with Docker, configure cloud hosting, and manage environment variables for production.
|
|
387
|
+
**Status:** Not started
|
|
388
|
+
**Tasks:** To be sliced by @meto-pm`;
|
|
389
|
+
/**
|
|
390
|
+
* Starter epics for the Go stack.
|
|
391
|
+
*/
|
|
392
|
+
const GO_EPICS = `## E1 -- Project Setup
|
|
393
|
+
**Goal:** Initialize the Go module, establish directory structure, and create a Makefile with build, test, and lint targets.
|
|
394
|
+
**Status:** Not started
|
|
395
|
+
**Tasks:** To be sliced by @meto-pm
|
|
396
|
+
|
|
397
|
+
---
|
|
398
|
+
|
|
399
|
+
## E2 -- Core Service
|
|
400
|
+
**Goal:** Implement the main HTTP handler or CLI command that delivers the core value of the service.
|
|
401
|
+
**Status:** Not started
|
|
402
|
+
**Tasks:** To be sliced by @meto-pm
|
|
403
|
+
|
|
404
|
+
---
|
|
405
|
+
|
|
406
|
+
## E3 -- Testing + CI
|
|
407
|
+
**Goal:** Add unit tests, configure golangci-lint, and set up continuous integration.
|
|
408
|
+
**Status:** Not started
|
|
409
|
+
**Tasks:** To be sliced by @meto-pm
|
|
410
|
+
|
|
411
|
+
---
|
|
412
|
+
|
|
413
|
+
## E4 -- Deploy
|
|
414
|
+
**Goal:** Containerize with Docker, configure binary distribution, and set up production deployment.
|
|
415
|
+
**Status:** Not started
|
|
416
|
+
**Tasks:** To be sliced by @meto-pm`;
|
|
417
|
+
/**
|
|
418
|
+
* Starter epics for the Vite + React stack.
|
|
419
|
+
*/
|
|
420
|
+
const VITE_REACT_EPICS = `## E1 -- Project Setup
|
|
421
|
+
**Goal:** Initialize the Vite project with React, configure Tailwind CSS, set up React Router, and establish the development environment.
|
|
422
|
+
**Status:** Not started
|
|
423
|
+
**Tasks:** To be sliced by @meto-pm
|
|
424
|
+
|
|
425
|
+
---
|
|
426
|
+
|
|
427
|
+
## E2 -- Core Feature
|
|
428
|
+
**Goal:** Build the primary feature of the application. To be defined by @meto-pm based on the product vision.
|
|
429
|
+
**Status:** Not started
|
|
430
|
+
**Tasks:** To be sliced by @meto-pm
|
|
431
|
+
|
|
432
|
+
---
|
|
433
|
+
|
|
434
|
+
## E3 -- Testing
|
|
435
|
+
**Goal:** Add Vitest with React Testing Library for component and integration tests.
|
|
436
|
+
**Status:** Not started
|
|
437
|
+
**Tasks:** To be sliced by @meto-pm
|
|
438
|
+
|
|
439
|
+
---
|
|
440
|
+
|
|
441
|
+
## E4 -- Deploy
|
|
442
|
+
**Goal:** Configure static hosting, set up CI/CD pipeline, and optimize production build.
|
|
443
|
+
**Status:** Not started
|
|
444
|
+
**Tasks:** To be sliced by @meto-pm`;
|
|
445
|
+
/**
|
|
446
|
+
* Starter epics for the Flutter stack.
|
|
447
|
+
*/
|
|
448
|
+
const FLUTTER_EPICS = `## E1 -- Project Setup
|
|
449
|
+
**Goal:** Initialize the Flutter project, configure project structure, and set up the app theme and design system.
|
|
450
|
+
**Status:** Not started
|
|
451
|
+
**Tasks:** To be sliced by @meto-pm
|
|
452
|
+
|
|
453
|
+
---
|
|
454
|
+
|
|
455
|
+
## E2 -- Navigation + Routing
|
|
456
|
+
**Goal:** Implement navigation with GoRouter or Navigator 2.0, including deep link support.
|
|
457
|
+
**Status:** Not started
|
|
458
|
+
**Tasks:** To be sliced by @meto-pm
|
|
459
|
+
|
|
460
|
+
---
|
|
461
|
+
|
|
462
|
+
## E3 -- Core Feature
|
|
463
|
+
**Goal:** Build the primary feature of the application. To be defined by @meto-pm based on the product vision.
|
|
464
|
+
**Status:** Not started
|
|
465
|
+
**Tasks:** To be sliced by @meto-pm
|
|
466
|
+
|
|
467
|
+
---
|
|
468
|
+
|
|
469
|
+
## E4 -- App Store Prep
|
|
470
|
+
**Goal:** Prepare app icons, splash screen, metadata, and production builds for App Store and Play Store submission.
|
|
471
|
+
**Status:** Not started
|
|
472
|
+
**Tasks:** To be sliced by @meto-pm`;
|
|
229
473
|
const STACK_EPICS = {
|
|
230
474
|
"nextjs-supabase": NEXTJS_SUPABASE_EPICS,
|
|
231
475
|
"react-native": REACT_NATIVE_EPICS,
|
|
232
476
|
"nodejs-cli": NODEJS_CLI_EPICS,
|
|
477
|
+
"python-fastapi": PYTHON_FASTAPI_EPICS,
|
|
478
|
+
"go": GO_EPICS,
|
|
479
|
+
"vite-react": VITE_REACT_EPICS,
|
|
480
|
+
"flutter": FLUTTER_EPICS,
|
|
233
481
|
};
|
|
234
482
|
/**
|
|
235
483
|
* Returns a structured markdown description for the selected tech stack.
|
package/dist/cli/stacks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stacks.js","sourceRoot":"","sources":["../../src/cli/stacks.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,2BAA2B,GAAG;;;;;;;;;;;;2CAYO,CAAC;AAE5C;;GAEG;AACH,MAAM,wBAAwB,GAAG;;;;;;;;;;;2CAWU,CAAC;AAE5C;;GAEG;AACH,MAAM,sBAAsB,GAAG;;;;;;;;;;;+CAWgB,CAAC;AAEhD,MAAM,kBAAkB,GAAiD;IACvE,iBAAiB,EAAE,2BAA2B;IAC9C,cAAc,EAAE,wBAAwB;IACxC,YAAY,EAAE,sBAAsB;
|
|
1
|
+
{"version":3,"file":"stacks.js","sourceRoot":"","sources":["../../src/cli/stacks.ts"],"names":[],"mappings":"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"}
|
package/dist/cli/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Tech stack presets available during project scaffolding.
|
|
3
3
|
*/
|
|
4
|
-
export type TechStack = "nextjs-supabase" | "react-native" | "nodejs-cli" | "custom";
|
|
4
|
+
export type TechStack = "nextjs-supabase" | "react-native" | "nodejs-cli" | "python-fastapi" | "go" | "vite-react" | "flutter" | "custom";
|
|
5
5
|
/**
|
|
6
6
|
* The brief collected from the user during `meto-cli init`.
|
|
7
7
|
* Contains everything needed to render templates and scaffold a project.
|
package/dist/cli/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/cli/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,SAAS,GACjB,iBAAiB,GACjB,cAAc,GACd,YAAY,GACZ,QAAQ,CAAC;AAEb;;;GAGG;AACH,MAAM,WAAW,YAAY;IAC3B,uEAAuE;IACvE,WAAW,EAAE,MAAM,CAAC;IACpB,oDAAoD;IACpD,WAAW,EAAE,MAAM,CAAC;IACpB,6BAA6B;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,6CAA6C;IAC7C,SAAS,EAAE,SAAS,CAAC;IACrB,6DAA6D;IAC7D,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,uCAAuC;IACvC,gBAAgB,EAAE,MAAM,CAAC;IACzB,8BAA8B;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,yCAAyC;IACzC,gBAAgB,EAAE,MAAM,CAAC;IACzB,6CAA6C;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,eAAe,EAAE,MAAM,CAAC;IACxB,mEAAmE;IACnE,eAAe,EAAE,MAAM,CAAC;CACzB"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/cli/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,SAAS,GACjB,iBAAiB,GACjB,cAAc,GACd,YAAY,GACZ,gBAAgB,GAChB,IAAI,GACJ,YAAY,GACZ,SAAS,GACT,QAAQ,CAAC;AAEb;;;GAGG;AACH,MAAM,WAAW,YAAY;IAC3B,uEAAuE;IACvE,WAAW,EAAE,MAAM,CAAC;IACpB,oDAAoD;IACpD,WAAW,EAAE,MAAM,CAAC;IACpB,6BAA6B;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,6CAA6C;IAC7C,SAAS,EAAE,SAAS,CAAC;IACrB,6DAA6D;IAC7D,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,uCAAuC;IACvC,gBAAgB,EAAE,MAAM,CAAC;IACzB,8BAA8B;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,yCAAyC;IACzC,gBAAgB,EAAE,MAAM,CAAC;IACzB,6CAA6C;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,eAAe,EAAE,MAAM,CAAC;IACxB,mEAAmE;IACnE,eAAe,EAAE,MAAM,CAAC;CACzB"}
|