-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Reed
committed
Sep 19, 2018
1 parent
b85a0fa
commit c7eebfc
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# external_module_templater | ||
|
||
Builds out external module template files for quick module generation | ||
|
||
Instructions: | ||
1. Download the repository and extract so the "external_module_templater_vx.x" folder is in the redcap/modules folder of your web server. | ||
2. In Control Center > External Modules, enable "External Module Templater - vx.x" | ||
3. Refresh the Control Center and click "Generate External Module Template" link at under "External Modules" header of the sidebar. | ||
4. Fill out the form and click "Generate External Module Template" button at the bottom of the page. | ||
5. Your browser should now download a .zip containing at minimum: | ||
* a PHP class/module file | ||
* a README.md file | ||
* a config.json file |