Here's how to install and add the plugin to mov-cli for development.
- Clone the repo.
git clone https://github.com/mov-cli/example-plugin.git
cd example-plugin
- Install in editable mode.
make install-editable
or
pip install -e . --config-settings editable_mode=compat
- Add the plugin to mov-cli.
mov-cli -e
[mov-cli.plugins]
namespace = "package_name" # check out the wiki for more: https://github.com/mov-cli/mov-cli/wiki/Plugins#%EF%B8%8F-how-to-install-plugins
- Create away. 😊
The mov-cli-test and mov-cli-youtube plugins are great resources for learning the ins and outs of mov-cli plugin development.