We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85a0fa commit c7eebfcCopy full SHA for c7eebfc
1 file changed
README.md
@@ -1,2 +1,13 @@
1
# external_module_templater
2
+
3
Builds out external module template files for quick module generation
4
5
+Instructions:
6
+1. Download the repository and extract so the "external_module_templater_vx.x" folder is in the redcap/modules folder of your web server.
7
+2. In Control Center > External Modules, enable "External Module Templater - vx.x"
8
+3. Refresh the Control Center and click "Generate External Module Template" link at under "External Modules" header of the sidebar.
9
+4. Fill out the form and click "Generate External Module Template" button at the bottom of the page.
10
+5. Your browser should now download a .zip containing at minimum:
11
+ * a PHP class/module file
12
+ * a README.md file
13
+ * a config.json file
0 commit comments