@bryanchu10/create-template-ts 1.3.0 → 1.3.1

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.
package/README.md CHANGED
@@ -30,6 +30,7 @@ Follow the prompts to choose a project name and template. The CLI will fetch the
30
30
  |----------|-------------|
31
31
  | `ts-script` | TypeScript script/tooling with neverthrow, ts-pattern, eslint, tsx, and rolldown |
32
32
  | `ts-library` | TypeScript library with tsdown, vitest, eslint, and release-it |
33
+ | `hono` | Hono API server with Drizzle ORM (SQLite), OpenAPI docs via Scalar, pino logging, and neverthrow |
33
34
 
34
35
  ## Development
35
36
 
package/README.zh-TW.md CHANGED
@@ -30,6 +30,7 @@ npx @bryanchu10/create-template-ts
30
30
  |------|------|
31
31
  | `ts-script` | TypeScript 腳本/工具專案,內含 neverthrow、ts-pattern、eslint、tsx、rolldown |
32
32
  | `ts-library` | TypeScript 函式庫專案,內含 tsdown、vitest、eslint、release-it |
33
+ | `hono` | Hono API 伺服器,內含 Drizzle ORM(SQLite)、Scalar OpenAPI 文件、pino 日誌、neverthrow |
33
34
 
34
35
  ## 開發
35
36
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bryanchu10/create-template-ts",
3
3
  "type": "module",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "description": "Scaffold a modular TypeScript project for scripts and tooling",
6
6
  "author": "Bryan Chu <bryanchu10@gmail.com> (https://github.com/bryanchu10)",
7
7
  "license": "MIT",