@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 +1 -0
- package/README.zh-TW.md +1 -0
- package/package.json +1 -1
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
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.
|
|
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",
|