skmpf / lodash-stats

Script to count letters in lodash repo - ALX Tech recruitment test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lodash stats

This is a simple script to generate stats about the lodash source code. It will count the number of occurrences of each letter only in .js and .ts files and output the results in a Map.

Usage

Clone this repository and run npm install to install the dependencies. Build the app with npm run build and then run node dist/index.js to generate the stats.

About

Script to count letters in lodash repo - ALX Tech recruitment test


Languages

Language:TypeScript 100.0%