1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00
-added cli support (thanks @rohit-smpx)
-arguments for fork
-you can now sort and order repos
-fixed bugs
This commit is contained in:
imfunny 2019-05-23 15:27:23 +05:30 committed by GitHub
parent 81e8302b22
commit 6fb6408534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1853 additions and 1056 deletions

View file

@ -1,11 +1,11 @@
[
{
"username": null,
"name": null,
"userimg": null,
"sort": null,
"order": null,
"includeFork": null,
"theme": "light.css"
}
[
{
"username": null,
"name": null,
"userimg": null,
"sort": null,
"order": null,
"includeFork": null,
"theme": "light.css"
}
]