A simple that parses a Microsoft Word (docx) file into html files.
You will need the following things properly installed on your computer.
git clone [email protected]:stavarotti/doc2html.gitthis repositorycd doc2htmlnpm install
node src/index.js(Follow prompts)node src/index.js --file path/to/word/doc --dest path/to/generated-files/folder(provide details upfront)
npm test