Wordpress plugin template, still work in progress.
βββ 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