Socket
Book a DemoInstallSign in
Socket

generator-kalturaplayer-module

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-kalturaplayer-module

Kaltura player Yeoman module and plugin generator

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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 from npm, run:
npm install -g yo
  • Install generator-kalturaplayer-module from npm, 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

BSD license

Keywords

yeoman-generator

FAQs

Package last updated on 25 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts