Skip to content

isabella232/generator-kodi-addon

 
 

Repository files navigation

generator-kodi-addon NPM version Build Status Dependency Status Development Dependency Status Coverage percentage

Creates the basic structure for a kodi script, written in python.

Example

Installation

First, install Yeoman and generator-kodi-addon using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-kodi-addon

Then generate your new project:

yo kodi-addon

Development

  • Check out this project via git
  • Browse to the folder via commandline
  • Do npm link
  • Now you can use yo kodi-addon, which should include your changes.

License

Apache-2.0 © Kolja Lampe

About

Yeoman generator for the most common Kodi addon types.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.8%
  • Python 28.2%