Builds out external module template files for quick module generation
Instructions:
- Download the repository and extract so the "external_module_templater_vx.x" folder is in the redcap/modules folder of your web server.
- This module uses composer -- if you use an official release, you should be fine. However, if you download from source, you will have to enter the external module directory and execute
composer install
to add the required libraries. - In Control Center > External Modules, enable "External Module Templater - vx.x"
- Refresh the Control Center and click "Generate External Module Template" link at under "External Modules" header of the sidebar.
- Fill out the form and click "Generate External Module Template" button at the bottom of the page.
- If you get an error when enabling the module, see step 2 to confirm you have a /vendor folder in your external module directory
- Your browser should now download a .zip containing at minimum:
- a PHP class/module file
- a README.md file
- a config.json file