Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nartc/79071ae5b7fccd6a76316aa603e72cb0 to your computer and use it in GitHub Desktop.
Save nartc/79071ae5b7fccd6a76316aa603e72cb0 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