feat: 脚手架基本ok

This commit is contained in:
volare
2022-11-22 00:24:06 +08:00
parent c1981f2951
commit 22b9b2878d
29 changed files with 4001 additions and 9 deletions

13
bin/defaults.ts Normal file
View File

@@ -0,0 +1,13 @@
import { PakeCliOptions } from './types.js';
export const DEFAULT_PAKE_OPTIONS: PakeCliOptions = {
icon: '',
height: 800,
width: 1280,
fullscreen: false,
resizable: true,
transparent: false,
debug: false,
};
export const DEFAULT_APP_NAME = 'Pake';