Skip to content

Instantly share code, notes, and snippets.

View spencercope's full-sized avatar

Spencer Cope spencercope

View GitHub Profile
TypeScript
grep -rE "data(:|\s)" src/ | wc
grep -rE "(:|\s)any" src/ | wc
grep -rE "<any>" src/ | wc
grep -rE "any\[\]" src/ | wc
Angular
find src/. -name '*component.ts' | xargs wc -l | sort