Cli tool to generate invoices easily. Takes a .docx template, and generate both .docx and .pdf files
You can create / store clients profile (useful for recurring invoices for example)
client_management.mp4
invoice_generation.mp4
Uses https://github.com/open-xml-templating/docxtemplater to edit .docx files, libreoffice to convert .docx to .pdf (you need to have libreoffice installed on computer and added to PATH). Uses https://github.com/SBoudrias/Inquirer.js, https://github.com/chalk/chalk, https://github.com/usmanyunusov/nanospinner for terminal interactions
