Skip to content

Commit 42b53e4

Browse files
authored
feat-add bin aliases (#1)
* feat: add hl & hla global bin aliases
1 parent 077cf12 commit 42b53e4

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"description": "CLI for hlambda server.",
66
"main": "src/index.js",
77
"bin": {
8-
"hlambda": "src/index.js"
8+
"hlambda": "src/index.js",
9+
"hla": "src/index.js",
10+
"hl": "src/index.js"
911
},
1012
"repository": {
1113
"type": "git",

src/index.js

100644100755
File mode changed.

0 commit comments

Comments
 (0)