@jtl-software/create-cloud-app
v0.0.6
Published
CLI tool for scaffolding JTL Platform cloud apps
Keywords
Readme
@jtl-software/create-cloud-app
Scaffold a JTL Platform cloud app in seconds.
Quick start
npm create @jtl-software/cloud-app@latestThe CLI prompts you for:
- App name — directory name, package name, and manifest identifier
- Description — placed in the app manifest
- Backend — Node.js (Express + TypeScript) or .NET (ASP.NET Core + FastEndpoints)
- Frontend — React (Vite + Tailwind + JTL Platform UI)
Then start developing:
cd my-app
npm install
npm run devWhat's included
- Pre-configured monorepo with Turborepo
- Frontend with welcome pages explaining each app mode and manifest mapping
- Backend with JWT verification, tenant connection, and ERP API proxy
- Ready-to-register
manifest.json
After scaffolding
- Register your manifest in the Partner Portal
- Add your Client ID and Secret to the backend config
- Install the app from JTL-Cloud Hub under "Apps in development"
