Skip to content

Instantly share code, notes, and snippets.

@munificent
Created December 6, 2013 22:52
Show Gist options
  • Save munificent/7833535 to your computer and use it in GitHub Desktop.
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).
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