Skip to content

Commit

Permalink
feat: add command shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Nov 14, 2024
1 parent 9b9851e commit 5b61ce9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/@wroud/ts-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
},
"type": "module",
"sideEffects": [],
"bin": "./lib/cli.js",
"bin": {
"ts-template": "./lib/cli.js",
"tst": "./lib/cli.js"
},
"files": [
"package.json",
"LICENSE",
Expand Down

0 comments on commit 5b61ce9

Please sign in to comment.