count-loc
v0.0.2
Published
Count lines of code in the project
Downloads
7
Readme
count-loc
Count lines of code in the FE project.
How to use
$ npx count-loc
[Lines of Code per Extensions]
Directory : /Users/user/dev/fe/front
Extensions : js, ts, jsx, tsx, vue
╔══════╤══════╤══════╤══════╤══════╤══════╤══════╤══════╤══════╤══════╤═══════╤═══════╤═══════╗
║ Ext. │ ~100 │ ~200 │ ~300 │ ~400 │ ~500 │ ~600 │ ~700 │ ~800 │ ~900 │ ~1000 │ 1000~ │ total ║
╟──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼───────┼───────┼───────╢
║ js │ 288 │ 23 │ 8 │ 3 │ 0 │ 1 │ 1 │ 0 │ 0 │ 0 │ 1 │ 325 ║
╟──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼───────┼───────┼───────╢
║ ts │ 119 │ 45 │ 17 │ 10 │ 6 │ 4 │ 3 │ 2 │ 2 │ 4 │ 0 │ 212 ║
╟──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼───────┼───────┼───────╢
║ vue │ 296 │ 131 │ 61 │ 26 │ 16 │ 8 │ 3 │ 5 │ 6 │ 4 │ 25 │ 581 ║
╚══════╧══════╧══════╧══════╧══════╧══════╧══════╧══════╧══════╧══════╧═══════╧═══════╧═══════╝