1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

Add support for Codepen, Dev.to and Instagram

This commit is contained in:
K4USTU3H 2019-12-08 22:44:52 +05:30
parent efe64030d5
commit 0e1b7ba9af
7 changed files with 44 additions and 2 deletions

View file

@ -42,8 +42,11 @@ program
.option("-f, --fork", "includes forks with repos")
.option("-s, --sort [sort]", "set default sort for repository", "created")
.option("-o, --order [order]", "set default order on sort", "asc")
.option("-d, --dribbble [username]", "specify dribbble username")
.option("-c, --codepen [username]", "specify codepen username")
.option("-d, --dev [username]", "specify dev username")
.option("-D, --dribbble [username]", "specify dribbble username")
.option("-e, --email [username]", "specify email")
.option("-i, --instagram [username]", "specify instagram username")
.option("-T, --twitter [username]", "specify twitter username")
.action(buildCommand);