https://github.com/peterdee/file-parser
Parses files from the provided path and creates a DOCX file with the contents of the parsed files
https://github.com/peterdee/file-parser
docx file-parser nodejs
Last synced: about 1 year ago
JSON representation
Parses files from the provided path and creates a DOCX file with the contents of the parsed files
- Host: GitHub
- URL: https://github.com/peterdee/file-parser
- Owner: peterdee
- License: mit
- Created: 2021-07-15T13:12:10.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-07-15T13:28:40.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T10:11:16.252Z (over 1 year ago)
- Topics: docx, file-parser, nodejs
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 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](https://nodejs.org), [DOCX](https://docx.js.org)
### Deploy
```shell script
git clone https://github.com/peterdee/file-parser
cd ./file-parser
nvm use 16
npm i
```
### Launch
In the project directory, run:
```shell script
npm start
```
Replace `` with a full path to the **target** directory
A file called `Result.docx` will be generated in the project directory
### Linting
```shell script
npm run lint
```
Using [ESLint](https://eslint.org)
### License
[MIT](LICENSE.md)