We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excluding libraries, git, build, and resources (such as images, fonts...)
find \( -name '*.js' -or -name '*.jsx' -or -name '*.json' -or -name '*.yml' -or -name '*.css' -or -name '*.scss' -or -name '*.md' -or -name '.gitignore' \) -not -path './node_modules/*' -and -not -path './.git/*' -and -not -path './build-*/*' -exec ls -l {} \; | awk '{ Total += $5} END { print Total }'-n
11690038 or 11Mb
11690038
Let the new developer read the code at 10b/sec,
=> 1Msec => 280h => 35 working days to read (only reading, not understanding, without libs and domain study)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Check
Excluding libraries, git, build, and resources (such as images, fonts...)
11690038
or 11MbLet the new developer read the code at 10b/sec,
=> 1Msec => 280h => 35 working days to read (only reading, not understanding, without libs and domain study)
Task
Task parts
Done
In the process
Planned
The text was updated successfully, but these errors were encountered: