Skip to content

Theo-Rige/rt-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Wordpress plugin template, still work in progress.

Folder structure

β”œβ”€β”€ assets/                     // All plugin assets
β”‚   β”œβ”€β”€ svg/                    // SVG icons files mainly render with Tool::loadSVG()
β”‚   β”œβ”€β”€ css/                    // Generated minified CSS files from SCSS
β”‚   β”œβ”€β”€ scss/                   // All SCSS sources files
β”‚   └── js/                     // All plugin JS files, plain and minified
β”œβ”€β”€ includes/                   // Directory of all plugin classes
β”‚   β”œβ”€β”€ plugin.php              // Main plugin class
β”‚   └── tool.php                // Tool plugin class
β”œβ”€β”€ templates/                  // All template files mainly render with Tool::loadTemplate()
β”œβ”€β”€ .gitignore
β”œβ”€β”€ README.md
β”œβ”€β”€ gulpfile.mjs                // Gulp config file for minify and compile JS and SCSS
β”œβ”€β”€ package.json
β”œβ”€β”€ rt-plugin-template.php      // Main plugin file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •