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 git@github.com:stavarotti/doc2html.git
this repositorycd doc2html
npm 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