Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.23 KB

Workcraft plugins for plugin development tutorial

Repo size

This is a collection of plugins for Workcraft that are used as examples in the plugin development tutorial.

Plugins are included as submodules and, if necessary, can be used independently. Here is the list of included plugins and links to their repos:

Suggested usage:

  1. If has not been done yet, setup Workcraft development directory workcraft as instructed in workcraft repo.

  2. Go to workcraft directory and clone example plugins repo with all submodules in workcraft-plugins-example directory:

    git clone --recursive [email protected]:workcraft/workcraft-plugins-example.git
    

Note that /workcraft-*/ is prevented from propagating to workcraft repo and to Workcraft binary distribution.