@alltuner/vibetuner 10.8.3 → 10.10.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/README.md +9 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -108,13 +108,17 @@ For complete documentation, guides, and examples, see the main Vibetuner reposit
|
|
|
108
108
|
|
|
109
109
|
## Package Ecosystem
|
|
110
110
|
|
|
111
|
-
Vibetuner consists of
|
|
111
|
+
Vibetuner consists of four packages that work together:
|
|
112
112
|
|
|
113
113
|
1. **[vibetuner](https://pypi.org/project/vibetuner/)**: Python framework and dependencies
|
|
114
|
-
2. **@alltuner/vibetuner** (this package):
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
114
|
+
2. **@alltuner/vibetuner** (this package):
|
|
115
|
+
JavaScript/CSS build dependencies (tailwind, daisyui, htmx, etc.)
|
|
116
|
+
3. **[@alltuner/vibetuner-jinja](https://www.npmjs.com/package/@alltuner/vibetuner-jinja)**:
|
|
117
|
+
npm-shipped mirror of vibetuner's frontend jinja templates so tailwind
|
|
118
|
+
can `@source` them at frontend build time without shelling out to Python
|
|
119
|
+
4. **Scaffolding template**: Copier template for project generation
|
|
120
|
+
|
|
121
|
+
All four are version-locked and tested together to ensure compatibility.
|
|
118
122
|
|
|
119
123
|
## Contributing
|
|
120
124
|
|