UNPKG

create-electron-foundation

Version:

An interactive CLI to bootstrap a modern, type-safe, and scalable Electron application.

13 lines (12 loc) 267 B
export const defaultCLIConfig = { pkg_manager: 'npm', ide: 'cursor', initialize_git: false, packages: { router: 'tanstack-router', styles: 'tailwind', database: false, orm: false, }, install_packages: false, };