Created
October 19, 2020 19:53
-
-
Save spencercope/75b16a42936fdbb4601d35fd59623e00 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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