#!/bin/bash
find . -name "*.js" -not -path "./node_modules/*" | xargs wc -l
