I have created Excel Add-in in Javascript (Node.js), I used Yeoman generator. My add-in adds custom formulas to Excel. How can I create installer for this? I don't want to publish it in Office Store, I want to publish it on GitHub on or my website.
I thought about Office Product Addin wizard, but it's available only in Visual Studio, I'm using VS Code.