@bryanchu10/create-template-ts 1.2.0 → 1.2.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
@@ -29,6 +29,7 @@ Follow the prompts to choose a project name and template. The CLI will fetch the
29
29
  | Template | Description |
30
30
  |----------|-------------|
31
31
  | `ts-script` | TypeScript script/tooling with neverthrow, ts-pattern, eslint, tsx, and rolldown |
32
+ | `ts-library` | TypeScript library with tsdown, vitest, eslint, and release-it |
32
33
 
33
34
  ## Development
34
35
 
package/README.zh-TW.md CHANGED
@@ -29,6 +29,7 @@ npx @bryanchu10/create-template-ts
29
29
  | 範本 | 說明 |
30
30
  |------|------|
31
31
  | `ts-script` | TypeScript 腳本/工具專案,內含 neverthrow、ts-pattern、eslint、tsx、rolldown |
32
+ | `ts-library` | TypeScript 函式庫專案,內含 tsdown、vitest、eslint、release-it |
32
33
 
33
34
  ## 開發
34
35
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bryanchu10/create-template-ts",
3
3
  "type": "module",
4
- "version": "1.2.0",
4
+ "version": "1.2.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",