Data used by code.gov
The filters folder contains the information that populates the browse projects and open tasks pages.
This text file includes all of the names of the Open Source repos on code.gov. It is generated by extracting the name_with_owner column from code-gov-gh-repos-stats.csv
Generated by running awk -F "\"*,\"*" 'NR>=2 { print $4 }' code-gov-gh-repos-stats.csv > name_with_owner.txt