Kodi addon generator

The brand new kodi addon generator is here.
It will get you up and coding your kodi addons in a matter of minutes.

[Image: example-script.gif]

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 Smile

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 Wink

All you need is nodejs –> https://nodejs.org/

So when you have installed that, just open up a commandline and install yeoman via

PHP Code:
npm install -g yo 

Then install the kodi generator via

PHP Code:
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