Skip to content

Parses files from the provided path and creates a DOCX file with the contents of the parsed files

License

Notifications You must be signed in to change notification settings

peterdee/file-parser

Repository files navigation

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

About

Parses files from the provided path and creates a DOCX file with the contents of the parsed files

Topics

Resources

License

Stars

Watchers

Forks