Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

clappr/generator-clappr-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️DEPRECATED and no longer compatible ⚠️

Clappr Player plugin generator Build Status

Getting Started

Install yeoman and our generator from npm:

$ npm install -g yo generator-clappr-plugin

Create a directory for your plugin:

$ mkdir your-awesome-plugin && cd your-awesome-plugin

Initiate the generator:

$ yo clappr-plugin

Contributing

In general, we follow the fork-and-pull git workflow:

  1. Fork the repository on GitHub
  2. Commit changes to a branch in your fork
  3. Pull request "upstream" with your changes
  4. Merge changes in to "upstream" repoository

⚠️ Be sure to merge the latest from "upstream" before making a pull request.

To use your generator development version:

In the project root, link your development package:

$ npm link

Then when you run yo clappr-plugin it will use your local package.