Skip to content

Commit bdee0ac

Browse files
author
Amram Englander
committed
Add riseup-cli as binary alias
1 parent 9b66bbb commit bdee0ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Unofficial CLI for RiseUp personal finance, query your spending, income and balances from the terminal",
55
"type": "module",
66
"bin": {
7-
"riseup": "./dist/cli.js"
7+
"riseup": "./dist/cli.js",
8+
"riseup-cli": "./dist/cli.js"
89
},
910
"files": [
1011
"dist/",

0 commit comments

Comments
 (0)