You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Produces a Markdown table concisely summarizing a list of GitHub repositories.
43
+
See the [blog post][repo-summary-post] for a more detailed overview.
44
+
45
+
```
46
+
$ github-repo-summary.py \
47
+
> afriggeri/cv \
48
+
> cies/resume \
49
+
> deedydas/Deedy-Resume \
50
+
> divad12/resume \
51
+
> icco/Resume \
52
+
> jsonresume/resume-schema \
53
+
> kaeluka/cv \
54
+
> mwhite/resume \
55
+
> prat0318/json_resume \
56
+
> qutebits/resume_42 \
57
+
> raphink/CV \
58
+
> sc932/resume \
59
+
> terro/CV \
60
+
> there4/markdown-resume \
61
+
> zellux/resume
62
+
63
+
Generated on 2014-11-02, see the Markdown source of this file for more details.
64
+
65
+
Name | Stargazers | Description
66
+
----|----|----
67
+
[afriggeri/cv](https://github.com/afriggeri/cv) | 749 | CV, typesetted in Helvetica Neue, using XeTeX, TikZ and Biblatex
68
+
[cies/resume](https://github.com/cies/resume) | 184 | My resume as a PDF including the well commented Latex sources and build instructions.
69
+
[deedydas/Deedy-Resume](https://github.com/deedydas/Deedy-Resume) | 464 | A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student
70
+
[divad12/resume](https://github.com/divad12/resume) | 22 | Yaml resume compiled into multiple formats (such as LaTeX, HTML (TODO), etc.)
71
+
[icco/Resume](https://github.com/icco/Resume) | 212 | A markdown port of my resume
72
+
[jsonresume/resume-schema](https://github.com/jsonresume/resume-schema) | 303 | JSON-Schema is used here to define and validate our proposed resume json
73
+
[kaeluka/cv](https://github.com/kaeluka/cv) | 64 | My CV.
[prat0318/json_resume](https://github.com/prat0318/json_resume) | 1002 | Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON
76
+
[QuteBits/resume_42](https://github.com/QuteBits/resume_42) | 2 | It generates a beautiful resume from yaml data
77
+
[raphink/CV](https://github.com/raphink/CV) | 45 | My CV
78
+
[sc932/resume](https://github.com/sc932/resume) | 294 | My CV/resume in LaTeX.
79
+
[terro/CV](https://github.com/terro/CV) | 17 | My cv template
80
+
[there4/markdown-resume](https://github.com/there4/markdown-resume) | 353 | Generate a responsive CSS3 and HTML5 resume with Markdown, with optional PDF output.
81
+
[zellux/resume](https://github.com/zellux/resume) | 88 | My resume, generated with moderncv
82
+
```
83
+
84
+
Generated on 2014-11-02, see the Markdown source of this file for more details.
85
+
86
+
Name | Stargazers | Description
87
+
----|----|----
88
+
[afriggeri/cv](https://github.com/afriggeri/cv) | 749 | CV, typesetted in Helvetica Neue, using XeTeX, TikZ and Biblatex
89
+
[cies/resume](https://github.com/cies/resume) | 184 | My resume as a PDF including the well commented Latex sources and build instructions.
90
+
[deedydas/Deedy-Resume](https://github.com/deedydas/Deedy-Resume) | 464 | A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student
91
+
[divad12/resume](https://github.com/divad12/resume) | 22 | Yaml resume compiled into multiple formats (such as LaTeX, HTML (TODO), etc.)
92
+
[icco/Resume](https://github.com/icco/Resume) | 212 | A markdown port of my resume
93
+
[jsonresume/resume-schema](https://github.com/jsonresume/resume-schema) | 303 | JSON-Schema is used here to define and validate our proposed resume json
94
+
[kaeluka/cv](https://github.com/kaeluka/cv) | 64 | My CV.
[prat0318/json_resume](https://github.com/prat0318/json_resume) | 1002 | Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON
97
+
[QuteBits/resume_42](https://github.com/QuteBits/resume_42) | 2 | It generates a beautiful resume from yaml data
98
+
[raphink/CV](https://github.com/raphink/CV) | 45 | My CV
99
+
[sc932/resume](https://github.com/sc932/resume) | 294 | My CV/resume in LaTeX.
100
+
[terro/CV](https://github.com/terro/CV) | 17 | My cv template
101
+
[there4/markdown-resume](https://github.com/there4/markdown-resume) | 353 | Generate a responsive CSS3 and HTML5 resume with Markdown, with optional PDF output.
102
+
[zellux/resume](https://github.com/zellux/resume) | 88 | My resume, generated with moderncv
103
+
41
104
## link-checker.py
42
105
Builds upon linkchecker to hide warnings and to send a concise email
0 commit comments