This project is my solution for this Kata. Since TypeScript is my go-to language, I used it to solve this problem.
- Lodash
- Run
nvm install 16.13; nvm use 16.13
to make sure you are using proper version of node.js - Run
npm install
to install dependencies - Run
npm run build
to build the app
npm run start
- run program with predefined input file (example-files/example.txt
)node build/src/main.js <path-to-your-file>
- run program with your own input file