Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:06 +08:00
commit 5e3ca965d9
68 changed files with 11257 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "odoo-pwa-generator",
"description": "Generate offline-first Progressive Web Apps with Odoo Studio backend integration. Supports SvelteKit, React, and Vue with smart caching, IndexedDB storage, and automatic sync.",
"version": "1.0.0",
"author": {
"name": "Jamshid",
"url": "https://github.com/jamshu"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}