@stackweld/templates 0.2.1 → 0.3.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.
Files changed (75) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +57 -0
  3. package/package.json +17 -11
  4. package/.turbo/turbo-build.log +0 -4
  5. package/.turbo/turbo-lint.log +0 -694
  6. package/.turbo/turbo-test.log +0 -15
  7. package/.turbo/turbo-typecheck.log +0 -4
  8. package/dist/__tests__/templates.test.d.ts.map +0 -1
  9. package/dist/__tests__/templates.test.js.map +0 -1
  10. package/dist/index.d.ts.map +0 -1
  11. package/dist/index.js.map +0 -1
  12. package/dist/templates/astro-landing.d.ts.map +0 -1
  13. package/dist/templates/astro-landing.js.map +0 -1
  14. package/dist/templates/django-react.d.ts.map +0 -1
  15. package/dist/templates/django-react.js.map +0 -1
  16. package/dist/templates/django-rest-api.d.ts.map +0 -1
  17. package/dist/templates/django-rest-api.js.map +0 -1
  18. package/dist/templates/express-api.d.ts.map +0 -1
  19. package/dist/templates/express-api.js.map +0 -1
  20. package/dist/templates/fastapi-react.d.ts.map +0 -1
  21. package/dist/templates/fastapi-react.js.map +0 -1
  22. package/dist/templates/go-microservice.d.ts.map +0 -1
  23. package/dist/templates/go-microservice.js.map +0 -1
  24. package/dist/templates/hono-microservice.d.ts.map +0 -1
  25. package/dist/templates/hono-microservice.js.map +0 -1
  26. package/dist/templates/htmx-django.d.ts.map +0 -1
  27. package/dist/templates/htmx-django.js.map +0 -1
  28. package/dist/templates/laravel-app.d.ts.map +0 -1
  29. package/dist/templates/laravel-app.js.map +0 -1
  30. package/dist/templates/mern-stack.d.ts.map +0 -1
  31. package/dist/templates/mern-stack.js.map +0 -1
  32. package/dist/templates/monorepo-starter.d.ts.map +0 -1
  33. package/dist/templates/monorepo-starter.js.map +0 -1
  34. package/dist/templates/nestjs-api.d.ts.map +0 -1
  35. package/dist/templates/nestjs-api.js.map +0 -1
  36. package/dist/templates/nuxt3-app.d.ts.map +0 -1
  37. package/dist/templates/nuxt3-app.js.map +0 -1
  38. package/dist/templates/python-ai-lab.d.ts.map +0 -1
  39. package/dist/templates/python-ai-lab.js.map +0 -1
  40. package/dist/templates/remix-fullstack.d.ts.map +0 -1
  41. package/dist/templates/remix-fullstack.js.map +0 -1
  42. package/dist/templates/saas-starter.d.ts.map +0 -1
  43. package/dist/templates/saas-starter.js.map +0 -1
  44. package/dist/templates/solidstart-app.d.ts.map +0 -1
  45. package/dist/templates/solidstart-app.js.map +0 -1
  46. package/dist/templates/sveltekit-fullstack.d.ts.map +0 -1
  47. package/dist/templates/sveltekit-fullstack.js.map +0 -1
  48. package/dist/templates/t3-stack.d.ts.map +0 -1
  49. package/dist/templates/t3-stack.js.map +0 -1
  50. package/dist/templates/tauri-desktop.d.ts.map +0 -1
  51. package/dist/templates/tauri-desktop.js.map +0 -1
  52. package/src/__tests__/templates.test.ts +0 -98
  53. package/src/index.ts +0 -97
  54. package/src/templates/astro-landing.ts +0 -40
  55. package/src/templates/django-react.ts +0 -127
  56. package/src/templates/django-rest-api.ts +0 -99
  57. package/src/templates/express-api.ts +0 -147
  58. package/src/templates/fastapi-react.ts +0 -122
  59. package/src/templates/go-microservice.ts +0 -133
  60. package/src/templates/hono-microservice.ts +0 -81
  61. package/src/templates/htmx-django.ts +0 -100
  62. package/src/templates/laravel-app.ts +0 -96
  63. package/src/templates/mern-stack.ts +0 -126
  64. package/src/templates/monorepo-starter.ts +0 -138
  65. package/src/templates/nestjs-api.ts +0 -112
  66. package/src/templates/nuxt3-app.ts +0 -78
  67. package/src/templates/python-ai-lab.ts +0 -155
  68. package/src/templates/remix-fullstack.ts +0 -80
  69. package/src/templates/saas-starter.ts +0 -131
  70. package/src/templates/solidstart-app.ts +0 -73
  71. package/src/templates/sveltekit-fullstack.ts +0 -90
  72. package/src/templates/t3-stack.ts +0 -94
  73. package/src/templates/tauri-desktop.ts +0 -57
  74. package/tsconfig.json +0 -10
  75. package/tsconfig.tsbuildinfo +0 -1
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025-2026 Orlando Fernandez / XPlus Technologies LLC
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,57 @@
1
+ # @stackweld/templates
2
+
3
+ [![Version](https://img.shields.io/badge/version-0.3.0-blue.svg)](https://github.com/mundowise/Stackweld/releases)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+
6
+ Built-in stack templates for Stackweld. 20 curated, ready-to-use project templates that you can scaffold with a single command.
7
+
8
+ This package is an internal dependency — you do not use it directly. Install `@stackweld/cli` instead.
9
+
10
+ ## Available templates
11
+
12
+ | Template | Description |
13
+ |----------|-------------|
14
+ | `t3-stack` | T3 Stack (Next.js + tRPC + Prisma + Tailwind) |
15
+ | `django-rest` | Django REST API with PostgreSQL |
16
+ | `fastapi-react` | FastAPI backend + React frontend |
17
+ | `go-microservice` | Go microservice with Gin |
18
+ | `astro-landing` | Astro landing page |
19
+ | `sveltekit-fullstack` | SvelteKit full-stack app |
20
+ | `nuxt3-app` | Nuxt 3 application |
21
+ | `express-api` | Express REST API |
22
+ | `hono-microservice` | Hono microservice |
23
+ | `django-react` | Django + React full-stack |
24
+ | `mern-stack` | MERN stack (MongoDB + Express + React + Node) |
25
+ | `saas-starter` | SaaS starter with auth, billing, and admin |
26
+ | `nestjs-api` | NestJS API with TypeORM and PostgreSQL |
27
+ | `remix-fullstack` | Remix full-stack application |
28
+ | `solidstart-app` | SolidStart application |
29
+ | `laravel-app` | Laravel application with MySQL |
30
+ | `python-ai-lab` | Python AI/ML workspace with Jupyter |
31
+ | `tauri-desktop` | Tauri 2 desktop application |
32
+ | `monorepo-starter` | Turborepo monorepo with shared packages |
33
+ | `htmx-django` | HTMX + Django (zero JS framework) |
34
+
35
+ ## Usage
36
+
37
+ ```bash
38
+ # List all templates
39
+ stackweld template list
40
+
41
+ # Scaffold from a template
42
+ stackweld create t3-stack --path /home/user/projects
43
+
44
+ # Save your own stack as a template
45
+ stackweld template save my-stack-id
46
+
47
+ # Use a custom saved template
48
+ stackweld template use-custom my-template
49
+ ```
50
+
51
+ ## Repository
52
+
53
+ [github.com/mundowise/Stackweld](https://github.com/mundowise/Stackweld)
54
+
55
+ ## License
56
+
57
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackweld/templates",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Built-in stack templates for Stackweld — 20 ready-to-use project templates.",
5
5
  "license": "MIT",
6
6
  "author": "Orlando Fernandez <hello@xplustechnologies.com>",
@@ -13,6 +13,21 @@
13
13
  "type": "module",
14
14
  "main": "./dist/index.js",
15
15
  "types": "./dist/index.d.ts",
16
+ "files": [
17
+ "dist/**/*.js",
18
+ "dist/**/*.d.ts",
19
+ "README.md",
20
+ "LICENSE"
21
+ ],
22
+ "dependencies": {
23
+ "@stackweld/core": "0.3.0",
24
+ "@stackweld/registry": "0.3.0"
25
+ },
26
+ "devDependencies": {
27
+ "@biomejs/biome": "^2.0.0",
28
+ "typescript": "^5.9.0",
29
+ "vitest": "^4.1.2"
30
+ },
16
31
  "scripts": {
17
32
  "build": "tsc -b",
18
33
  "dev": "tsc -b --watch",
@@ -20,14 +35,5 @@
20
35
  "typecheck": "tsc --noEmit",
21
36
  "lint": "biome check src/",
22
37
  "clean": "rm -rf dist .turbo"
23
- },
24
- "dependencies": {
25
- "@stackweld/core": "0.2.1",
26
- "@stackweld/registry": "0.2.1"
27
- },
28
- "devDependencies": {
29
- "@biomejs/biome": "^2.0.0",
30
- "typescript": "^5.9.0",
31
- "vitest": "^4.1.2"
32
38
  }
33
- }
39
+ }
@@ -1,4 +0,0 @@
1
-
2
- > @stackweld/templates@0.2.1 build /home/orlando/Desktop/XPlus-Finance/PROYECTOS_NUEVOS/Stackweld/stackweld/packages/templates
3
- > tsc -b
4
-