1.0.1 • Published 8 months ago

@jason12306/cli v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

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.

1.0.1

8 months ago

1.0.0

8 months ago