This is a template for creating a new PRC Platform module.
- Duplicate the
.template
folder and rename it to the name of the module. - Replace all instances of
XXX
with the class snake_case version of the module name. For example, "Micro Blogs" would beMicro_Blogs
. - Replace all 'xxx' with the plugin name snake_case version. For example, "Micro Blogs" would be
micro_blogs
. - Replace all instances of
Xxx
with the title case version of the module name. For example, "Micro Blogs" would beMicro Blogs
. - Replace all instanced of
x-x-x
with the hyphenated version of the module name. For example, "Micro Blogs" would bemicro-blogs
. - Replace all instanced of
X_X_X
with the capitalized snake_case version of the module name. For example, "Micro Blogs" would beMICRO_BLOGS
.