Created
December 6, 2013 22:52
-
-
Save munificent/7833535 to your computer and use it in GitHub Desktop.
Here's some stats on pub (pub.dartlang.org), which is the package manager for the Dart programming language (dartlang.org).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I downloaded the most recent versions of every package on pub a few weeks ago. | |
Then I ran cloc on them. Here's the stats: | |
packages: 558 | |
.dart files: 9,519 | |
comment lines: 215,179 | |
blank lines: 279,407 | |
code lines: 1,028,710 | |
total: 1,523,296 | |
So >1.5 million lines of Dart code on pub. | |
Another fun fact: the top 20 packages on pub have been downloaded 710,858 times. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment