An open API service indexing awesome lists of open source software.

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

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)