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:
parent
efe64030d5
commit
0e1b7ba9af
7 changed files with 44 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue