Skip to content

kaltura/generator-kalturaplayer-module

Repository files navigation

generator-kalturaplayer-module

Yeoman generator for creating Kaltura Player modules and plugins - lets you quickly set up a project following best practices.

Getting Started

  • 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
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

Generators

Available generators:

App

Sets up a module, generating all the boilerplate you need to get started.

Example:

yo kalturaplayer-module

Plugin

Generates a new plugin in an existibng module.

Example:

yo kalturaplayer-module:plugin myPluginName

Plugin must be initiated from inside a module directory

License

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.

About

Yeoman generator for the Kaltura Player - scaffold your modules and plugins Harder, Better, Faster, Stronger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published