Skip to content

Instantly share code, notes, and snippets.

@JoshuaKGoldberg
Created March 29, 2020 17:47
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 JoshuaKGoldberg/7f99f5c5c9291b2913c34a4dc01d465b to your computer and use it in GitHub Desktop.
Save JoshuaKGoldberg/7f99f5c5c9291b2913c34a4dc01d465b to your computer and use it in GitHub Desktop.
Chart generation for TypeScript: auxillary file
printf "$(git log -1 --format=%ad --date=short),"
printf "$(find webpack/assets/ -type f | grep '.js' | grep -v 'node_modules' | grep -v '.json' | wc -l | sed 's/ //g'),"
printf "$(find webpack/assets/ -type f | grep '.tsx\\?$' | grep -v 'node_modules' | wc -l | sed 's/ //g')"
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment