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 i
In 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 lint
Using ESLint