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

Added Handles for Twitter, Linkedin and Medium to GitFolio (#84)

* Added Handles for Twitter, Linkedin and Medium to GitFolio

* Updates README

* Updates README
This commit is contained in:
Rohan Mohapatra 2019-07-18 19:13:21 +05:30 committed by imfunny
parent d3136fb829
commit 4a2872171d
7 changed files with 32 additions and 7 deletions

View file

@ -18,6 +18,9 @@ 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('-w, --twitter [handle]', 'set Twitter handle')
.option('-l, --linkedin [username]', 'specify LinkedIn username')
.option('-m, --medium [username]', 'specify Medium username')
.action(buildCommand)
program