aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJabba Laci <jabba.laci@gmail.com>2018-10-23 18:35:04 +0200
committerJabba Laci <jabba.laci@gmail.com>2018-10-23 18:35:04 +0200
commitf3695d6daa176b8e30429b00b00cbe1db50df2c9 (patch)
tree13fe59a278c40f4e1aac0f047de0c676d54b0c79
parent03cc2668e6baa1da051b33bb5ca048def9f4d161 (diff)
downloadpackages-f3695d6daa176b8e30429b00b00cbe1db50df2c9.tar.gz
packages-f3695d6daa176b8e30429b00b00cbe1db50df2c9.zip
Added package urlshortener
-rw-r--r--packages.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index e232b13..45e5d77 100644
--- a/packages.json
+++ b/packages.json
@@ -11172,5 +11172,22 @@
"description": "A decentralized (pseudo) package manager and script runner.",
"license": "MIT",
"web": "https://github.com/h3rald/nifty"
+ },
+ {
+ "name": "urlshortener",
+ "url": "https://github.com/jabbalaci/UrlShortener",
+ "method": "git",
+ "tags": [
+ "url",
+ "shorten",
+ "shortener",
+ "bitly",
+ "cli",
+ "shrink",
+ "shrinker"
+ ],
+ "description": "A URL shortener cli app. using bit.ly",
+ "license": "MIT",
+ "web": "https://github.com/jabbalaci/UrlShortener"
}
]