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:
parent
d3136fb829
commit
4a2872171d
7 changed files with 32 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue