Skip to content

Instantly share code, notes, and snippets.

@kyrcha
Created June 16, 2020 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyrcha/46913c576f4fdf7805e37485541e0aa6 to your computer and use it in GitHub Desktop.
Save kyrcha/46913c576f4fdf7805e37485541e0aa6 to your computer and use it in GitHub Desktop.
Calculating lines of code for my React+Node projects with cloc
#!/bin/sh
cloc --fullpath --not-match-d='(node_modules|build|static|coverage|__tests__|tests)' --exclude-list-file=notcount .
package-lock.json
front-end/package-lock.json
front-end/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment