Skip to content

Instantly share code, notes, and snippets.

@spencercope
Created October 19, 2020 19:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save spencercope/75b16a42936fdbb4601d35fd59623e00 to your computer and use it in GitHub Desktop.
Save spencercope/75b16a42936fdbb4601d35fd59623e00 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment