Yeoman generator for creating Kaltura Player modules and plugins - lets you quickly set up a project following best practices.
- Install Yeoman as super user [root or Administrator], run:
npm install -g yo
- Install generator-kalturaplayer-module as super user [root or Administrator], run:
npm install -g generator-kalturaplayer-module
- Clone Kaltura Player to your machine
git clone https://github.com/kaltura/mwEmbed/
- Change working dir to the modules dir
cd mwEmbed/modules
- Finally, initiate the generator and follow the steps:
yo kalturaplayer-module
Available generators:
- App(Module + optional plugins)
- Plugin
Sets up a module, generating all the boilerplate you need to get started.
Example:
yo kalturaplayer-module
Generates a new plugin in an existibng module.
Example:
yo kalturaplayer-module:plugin myPluginName
Plugin must be initiated from inside a module directory
All code in this project is released under the AGPLv3 license unless a different license for a particular library is specified in the applicable library path.
Copyright © Kaltura Inc. All rights reserved.