GitHawkApp / GitHawk

The (second) best iOS app for GitHub.
http://githawk.com
MIT License
2.88k stars 385 forks source link

cloc for how much code we've written #2405

Open rnystrom opened 6 years ago

rnystrom commented 6 years ago

In case, like me, you're curious how much code has been written for GitHawk.

$ cloc Classes \
Local\ Pods/ Pods/MessageViewController \
Pods/FlatCache \
Pods/Squawk \
Pods/ContextMenu \
Pods/DropdownTitleView \
Pods/GitHawkRoutes \
Pods/StyledTextKit \
FreetimeTests \
FreetimeWatch \
FreetimeWatch\ Extension

As of today:

-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Swift                          674           9146           8173          36228
HTML                            28            400              0           7940
JSON                            30              1              0           4919
Markdown                        12            939              0           2188
CSS                              2             42             59            436
Bourne Shell                     4             45             32            252
C/C++ Header                    10             46             57             71
Objective C                      5              6              7             41
JavaScript                       2              4              6             40
YAML                             1              8              0             25
-------------------------------------------------------------------------------
SUM:                           768          10637           8334          52140
-------------------------------------------------------------------------------
BasThomas commented 6 years ago

Cool! We could consider putting this in a Danger result every pull request once we set up Danger.

Sent with GitHawk

rnystrom commented 6 years ago

@BasThomas Yo that’s so cool! Great idea

Sent with GitHawk

Huddie commented 6 years ago

@BasThomas love that!

Sent with GitHawk

BasThomas commented 5 years ago

That would first require adding Danger though :)