UNPKG

skaya

Version:

CLI SDK for full-stack automation: scaffold frontend, backend & blockchain. Future-ready for Web3, integrations, server components & logging.

29 lines (28 loc) 1.15 kB
{ "frontend": { "skaya-react-ts": "https://github.com/skaya-labs/frontend.git", "skaya-vite-ts": "https://github.com/skaya-labs/frontend-vite.git", "skaya-nextjs": "https://github.com/skaya-labs/frontend-nextjs.git", "skaya-ecommerce": "https://github.com/skaya-labs/skaya-ecommerce-template.git", "init": "https://github.com/skaya-labs/skaya-frontend-empty-template.git", "custom-repo": "custom-repo" }, "backend": { "skaya-backend": "https://github.com/skaya-org/backend-template.git", "skaya-ecommerce-backend": "https://github.com/skaya-labs/skaya-backend-ecommerce-template.git", "init": "https://github.com/skaya-labs/skaya-backend-empty-template.git", "custom-repo": "custom-repo" }, "frontendCategories": { "skaya-official": ["skaya-react-ts", "skaya-vite-ts", "skaya-nextjs"], "skaya-starter-kit-frontend": ["skaya-ecommerce"], "blank": ["init"], "custom-repo": ["custom-repo"] }, "backendCategories": { "skaya-official": ["skaya-backend"], "skaya-starter-kit-backend": ["skaya-ecommerce-backend"], "blank": ["init"], "custom-repo": ["custom-repo"] } }