The brand new kodi addon generator is here.
It will get you up and coding your kodi addons in a matter of minutes.
What exactly does it do?
It generates a structure with directories and files, which you will need and you can basically start to add your code in between.
We’re also trying to get you to use best practices, to make your and our life better
At the moment of this post, it has generators for the most common addon types, but you might find the addon type you want missing. Please let us know or contribute it yourself
All you need is nodejs –> https://nodejs.org/
So when you have installed that, just open up a commandline and install yeoman via
npm install -g yo
Then install the kodi generator via
npm install -g generator-kodi-addon
You can find infos about the latest package here:
https://www.npmjs.com/package/generator-kodi-addon
And contribute here:
https://github.com/xbmc/generator-kodi-addon
If you have questions, please let us know