1.0.0 • Published 4 years ago

generator-create-clappr-plugin v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

npm version License: MIT

generator-create-clappr-plugin

Yeoman generator for clappr player plugins

Installation

First, install Yeoman and generator-create-clappr-plugin using npm (we assume you have pre-installed node.js).

NPM

Install packages:

npm install -g yo generator-create-clappr-plugin

Create a directory for new plugin:

mkdir my_awesome_plugin && cd my_awesome_plugin

Then generate your new plugin:

yo create-clappr-plugin

NPX

Create a directory for new plugin:

mkdir my_awesome_plugin && cd my_awesome_plugin

Generate your new plugin with this one-liner:

npx -p yo -p generator-create-clappr-plugin -- yo create-clappr-plugin

License

MIT © Andrey Filimonov

1.0.0

4 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago