top | item 13430803

(no title)

brwr | 9 years ago

Run `( find -E ./ -regex '.*\.jsx?' -print0 | xargs -0 cat ) | wc -l` inside your `node_modules/` folder. It counts lines of code in JS files. Prepare to be sad.

discuss

order

No comments yet.