The Wayback Machine - https://web.archive.org/web/20210124234903/https://github.com/clappr/generator-clappr-plugin
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jul 14, 2014
Jul 14, 2014
Jul 14, 2014
Jul 23, 2015

README.md

⚠️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.

About

Generator that scaffolds out a clappr plugin

Resources

Packages

No packages published