Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 652 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 652 Bytes

File parser

This application parses files from provided path and creates a DOCX file that contains text from all of the parsed files

Stack: Node, DOCX

Deploy

git clone https://github.com/peterdee/file-parser
cd ./file-parser
nvm use 16
npm i

Launch

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

Linting

npm run lint

Using ESLint

License

MIT