1.0.1 • Published 8 months ago
@jason12306/cli v1.0.1
Jason's CLI Template
Quickly generate scaffolding through configuration
Usage
bun 1.2.5
cd jason-cli
bun installDevelopment
npm run dev
Build
npm run build
Debugging
Click the Run and Debug button in VSCode, then select Dev or Build.
Configuration (cli.config.ts)
interface Template {
name: string // Template name, displayed when selecting
isInternal?: boolean // Indicates an internal template
src: string // See details below
}About src
isInternal: true: Points to templates insrc/templatesisInternal: false: Follows degit conventions
Notes
For private repositories, ensure you have the necessary permissions to git clone.