This is a template for creating a new PRC Platform module.
- Duplicate the
.templatefolder and rename it to the name of the module. - Replace all instances of
XXXwith 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
Xxxwith the title case version of the module name. For example, "Micro Blogs" would beMicro Blogs. - Replace all instanced of
x-x-xwith the hyphenated version of the module name. For example, "Micro Blogs" would bemicro-blogs. - Replace all instanced of
X_X_Xwith the capitalized snake_case version of the module name. For example, "Micro Blogs" would beMICRO_BLOGS.