Forked from spencercope/uncover code smells by project type
Created
November 28, 2020 05:14
-
-
Save nartc/79071ae5b7fccd6a76316aa603e72cb0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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