Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 2fb01da

Browse files
committed
feat: Rename package to create-knockoutcity-mod
The package was renamed so `npm create` and others alike can be used.
1 parent eecb63d commit 2fb01da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ A simple CLI tool that create a KnockoutCity Mod Template.
55
**Usage**:
66

77
```bash
8-
npx knockoutcity-mod-create
8+
npm create knockoutcity-mod@latest
99
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "knockoutcity-mod-create",
2+
"name": "create-knockoutcity-mod",
33
"version": "1.0.5",
44
"description": "A cli tool to create a knockoutcity mod template",
55
"author": "Tandashi",
66
"license": "ISC",
77
"bin": {
8-
"knockoutcity-mod-create": "dist/index.js"
8+
"create-knockoutcity-mod": "dist/index.js"
99
},
1010
"scripts": {
1111
"build": "tsc"

0 commit comments

Comments
 (0)