-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
83 lines (83 loc) · 3.17 KB
/
registry.json
File metadata and controls
83 lines (83 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"version": 1,
"packages": [
{
"name": "@fixedcode/bundle-spring-domain",
"description": "Spring/Kotlin DDD domain code — aggregates, entities, commands, queries, events, services, tests",
"version": "0.1.0",
"kind": "bundle",
"tags": ["spring", "kotlin", "ddd", "domain", "aggregate", "cqrs"],
"author": "fixedcode",
"repo": "https://github.com/fixedcode-io/bundle-spring-domain",
"install": "npm install @fixedcode/bundle-spring-domain"
},
{
"name": "@fixedcode/generator-openapi",
"description": "OpenAPI 3.0.3 spec generator — produces API specs from any bundle with HTTP operations",
"version": "0.1.0",
"kind": "generator",
"tags": ["openapi", "api", "rest", "swagger", "spec"],
"author": "fixedcode",
"repo": "https://github.com/fixedcode-io/generator-openapi",
"install": "npm install @fixedcode/generator-openapi"
},
{
"name": "@fixedcode/bundle-crud-api",
"description": "Simple CRUD REST API scaffold",
"version": "0.1.0",
"kind": "bundle",
"tags": ["crud", "rest", "api", "simple"],
"author": "fixedcode",
"repo": "https://github.com/fixedcode-io/bundle-crud-api",
"install": "npm install @fixedcode/bundle-crud-api"
},
{
"name": "@fixedcode/bundle-vite-react-app",
"description": "Vite + React 19 + TypeScript SPA scaffold — TanStack Router, Tailwind v4, optional Supabase auth, optional Docker",
"version": "0.1.0",
"kind": "bundle",
"tags": ["vite", "react", "typescript", "spa", "frontend", "tailwind", "tanstack-router"],
"author": "fixedcode",
"repo": "https://github.com/fixedcode-io/bundle-vite-react-app",
"install": "npm install @fixedcode/bundle-vite-react-app"
},
{
"name": "@fixedcode/bundle-kotlin-spring-bff",
"description": "Kotlin/Spring Boot 3.3 Backend-For-Frontend scaffold — Resilience4j circuit breakers, typed WebClient per downstream service, optional Caffeine cache, JWT/OAuth2 security, JPA, Docker",
"version": "0.1.0",
"kind": "bundle",
"tags": [
"kotlin",
"spring",
"spring-boot",
"bff",
"backend-for-frontend",
"resilience4j",
"circuit-breaker",
"webclient"
],
"author": "fixedcode",
"repo": "https://github.com/fixedcode-io/bundle-kotlin-spring-bff",
"install": "npm install @fixedcode/bundle-kotlin-spring-bff"
},
{
"name": "@fixedcode/bundle-next-marketing-site",
"description": "Static-export Next.js 14 marketing site scaffold — App Router, Tailwind v4, brand-driven Hero/Navbar/Footer, configurable extension-point pages, optional Plausible/Umami analytics, optional multi-stage Docker → nginx",
"version": "0.1.0",
"kind": "bundle",
"tags": [
"next",
"nextjs",
"react",
"typescript",
"marketing",
"landing-page",
"tailwind",
"static-export"
],
"author": "fixedcode",
"repo": "https://github.com/fixedcode-io/bundle-next-marketing-site",
"install": "npm install @fixedcode/bundle-next-marketing-site"
}
]
}