Skip to content

Quickly generate scaffolding through configuration

Notifications You must be signed in to change notification settings

Jason12306/jason-cli

Repository files navigation

Jason's CLI Template

简体中文

Quickly generate scaffolding through configuration

Usage

bun 1.2.5

cd jason-cli
bun install

Development

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 in src/templates
  • isInternal: false: Follows degit conventions

Notes

For private repositories, ensure you have the necessary permissions to git clone.

About

Quickly generate scaffolding through configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published