Skip to content

tjenkinson/generator-clappr-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.3%
  • HTML 8.7%