bun 1.2.5
cd jason-cli
bun installnpm run dev
npm run build
Click the Run and Debug button in VSCode, then select Dev or Build.
interface Template {
name: string // Template name, displayed when selecting
isInternal?: boolean // Indicates an internal template
src: string // See details below
}isInternal: true: Points to templates insrc/templatesisInternal: false: Follows degit conventions
For private repositories, ensure you have the necessary permissions to git clone.