This application parses files from provided path and creates a DOCX file that contains text from all of the parsed files
git clone https://github.com/peterdee/file-parser
cd ./file-parser
nvm use 16
npm iIn the project directory, run:
npm start <PATH>Replace <PATH> with a full path to the target directory
A file called Result.docx will be generated in the project directory
npm run lintUsing ESLint