@kitschpatrol/create-project 1.0.4 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/dist/index.js +15 -10
  2. package/package.json +9 -7
  3. package/readme.md +6 -0
  4. package/templates/cli/.npmrc +3 -0
  5. package/templates/cli/.vscode/settings.json +2 -2
  6. package/templates/cli/mdat.config.ts +6 -1
  7. package/templates/cli/package.json +8 -6
  8. package/templates/cli/pnpm-lock.yaml +1512 -0
  9. package/templates/cli/src/index.ts +8 -0
  10. package/templates/cli+library/.npmrc +3 -0
  11. package/templates/cli+library/.vscode/settings.json +2 -2
  12. package/templates/cli+library/mdat.config.ts +6 -1
  13. package/templates/cli+library/package.json +10 -8
  14. package/templates/cli+library/src/bin/cli.ts +11 -3
  15. package/templates/cli+library/src/lib/index.ts +6 -0
  16. package/templates/cli+library/src/lib/log.ts +16 -0
  17. package/templates/cli+library/tsconfig.build.json +0 -3
  18. package/templates/electron/.github/workflows/github-release.yml +81 -0
  19. package/templates/electron/.github/workflows/set-github-metadata.yml +21 -0
  20. package/templates/{cli+library/node_modules/.pnpm/@kitschpatrol+repo-config@5.7.4_@types+node@20.19.21_typescript@5.9.3/node_modules/@kitschpatrol/repo-config/init → electron}/.gitignore +2 -0
  21. package/templates/{web/node_modules/.pnpm/@kitschpatrol+repo-config@5.7.4_@types+node@20.19.21_typescript@5.9.3/node_modules/@kitschpatrol/repo-config/init → electron}/.npmrc +3 -0
  22. package/templates/electron/.prettierignore +8 -0
  23. package/templates/electron/.remarkrc.js +8 -0
  24. package/templates/electron/.vscode/extensions.json +9 -0
  25. package/templates/electron/.vscode/settings.json +68 -0
  26. package/templates/electron/cspell.config.js +5 -0
  27. package/templates/electron/electron/electron-env.d.ts +29 -0
  28. package/templates/electron/electron/main.ts +50 -0
  29. package/templates/electron/electron/preload.ts +130 -0
  30. package/templates/electron/electron/resources/icons/mac/icon.icns +0 -0
  31. package/templates/electron/electron/resources/icons/png/1024x1024.png +0 -0
  32. package/templates/electron/electron/resources/icons/win/icon.ico +0 -0
  33. package/templates/electron/electron/resources/mac/entitlements.mac.plist +11 -0
  34. package/templates/electron/electron-builder.ts +40 -0
  35. package/templates/electron/eslint.config.ts +22 -0
  36. package/templates/electron/index.html +13 -0
  37. package/templates/electron/knip.config.ts +3 -0
  38. package/templates/electron/license.txt +21 -0
  39. package/templates/electron/mdat.config.ts +3 -0
  40. package/templates/electron/package.json +61 -0
  41. package/templates/electron/pnpm-workspace.yaml +4 -0
  42. package/templates/electron/prettier.config.js +3 -0
  43. package/templates/electron/public/vite.svg +35 -0
  44. package/templates/electron/readme.md +29 -0
  45. package/templates/electron/src/counter.ts +15 -0
  46. package/templates/electron/src/main.ts +27 -0
  47. package/templates/electron/src/style.css +102 -0
  48. package/templates/electron/src/typescript.svg +14 -0
  49. package/templates/electron/stylelint.config.js +3 -0
  50. package/templates/electron/tsconfig.json +9 -0
  51. package/templates/electron/vite.config.ts +15 -0
  52. package/templates/library/.npmrc +3 -0
  53. package/templates/library/.vscode/settings.json +2 -2
  54. package/templates/library/package.json +10 -9
  55. package/templates/library/src/index.ts +6 -0
  56. package/templates/library/src/log.ts +16 -0
  57. package/templates/library/tsconfig.build.json +0 -3
  58. package/templates/minimal/.npmrc +3 -0
  59. package/templates/minimal/.vscode/settings.json +2 -2
  60. package/templates/minimal/package.json +3 -3
  61. package/templates/minimal/tsconfig.build.json +0 -3
  62. package/templates/web/.npmrc +3 -0
  63. package/templates/web/.vscode/settings.json +2 -2
  64. package/templates/web/package.json +4 -4
  65. package/templates/cli+library/node_modules/.pnpm/@kitschpatrol+repo-config@5.7.4_@types+node@20.19.21_typescript@5.9.3/node_modules/@kitschpatrol/repo-config/init/.npmrc +0 -13
  66. package/templates/cli+library/node_modules/.pnpm/@kitschpatrol+shared-config@5.7.4_@types+estree@1.0.8_@types+node@20.19.21_@typescript-_2447bd682c28a4894c15b76c356f369c/node_modules/@kitschpatrol/repo-config/init/.npmrc +0 -13
  67. package/templates/cli+library/node_modules/@kitschpatrol/repo-config/init/.npmrc +0 -13
  68. package/templates/cli+library/pnpm-lock.yaml +0 -10094
  69. package/templates/web/node_modules/.pnpm/@kitschpatrol+repo-config@5.7.4_@types+node@20.19.21_typescript@5.9.3/node_modules/@kitschpatrol/repo-config/init/.gitignore +0 -22
  70. package/templates/web/node_modules/.pnpm/@kitschpatrol+shared-config@5.7.4_@types+estree@1.0.8_@types+node@20.19.21_@typescript-_2447bd682c28a4894c15b76c356f369c/node_modules/@kitschpatrol/repo-config/init/.npmrc +0 -13
  71. package/templates/web/node_modules/@kitschpatrol/repo-config/init/.npmrc +0 -13
  72. package/templates/web/pnpm-lock.yaml +0 -10213
@@ -1,22 +0,0 @@
1
- # Git Ignore
2
- # Also used by CSpell, Stylelint, and ESLint
3
-
4
- # @kitschpatrol/repo-config boilerplate
5
- .astro/
6
- .DS_Store
7
- .env
8
- .env.*
9
- !.env.example
10
- .eslint-config-inspector
11
- .svelte-kit/
12
- {tmp,temp}/
13
- **/*.min.js
14
- /scratch/
15
- bower_components/
16
- build/
17
- coverage/
18
- dist/
19
- node_modules/
20
- vendor/
21
-
22
- # Customizations
@@ -1,13 +0,0 @@
1
- publish-branch=main
2
-
3
- # Required for using @kitschpatrol/shared-config and the ksc command with pnpm
4
- public-hoist-pattern[]=@kitschpatrol/repo-config
5
- public-hoist-pattern[]=@kitschpatrol/typescript-config
6
- public-hoist-pattern[]=case-police
7
- public-hoist-pattern[]=*cspell*
8
- public-hoist-pattern[]=*eslint*
9
- public-hoist-pattern[]=*knip*
10
- public-hoist-pattern[]=*mdat*
11
- public-hoist-pattern[]=*prettier*
12
- public-hoist-pattern[]=*remark*
13
- public-hoist-pattern[]=*stylelint*
@@ -1,13 +0,0 @@
1
- publish-branch=main
2
-
3
- # Required for using @kitschpatrol/shared-config and the ksc command with pnpm
4
- public-hoist-pattern[]=@kitschpatrol/repo-config
5
- public-hoist-pattern[]=@kitschpatrol/typescript-config
6
- public-hoist-pattern[]=case-police
7
- public-hoist-pattern[]=*cspell*
8
- public-hoist-pattern[]=*eslint*
9
- public-hoist-pattern[]=*knip*
10
- public-hoist-pattern[]=*mdat*
11
- public-hoist-pattern[]=*prettier*
12
- public-hoist-pattern[]=*remark*
13
- public-hoist-pattern[]=*stylelint*