cliff-wp-plugin-boilerplate icon indicating copy to clipboard operation
cliff-wp-plugin-boilerplate copied to clipboard

Cliff's WordPress plugin boilerplate

Results 31 cliff-wp-plugin-boilerplate issues
Sort by recently updated
recently updated
newest added

* https://github.com/CodesVault/howdy-wp * [WordPress plugin boilerplate (Feat. Webpack, BrowswerSync, & HMR)](https://github.com/mizner/wp-webpack-bs-hmr) -- has webpack with HMR (via _ webpack-hot-middleware_ and _browsersync-webpack-plugin_) but requires entering the proxy URL and such, ugh...

question

Build command for creating a new plugin using the boiler plate code and applying the steps as described in the README.txt Tested on both Bash 3.2 (OSX Darwin) and Bash...

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 8.2.10. Release notes Sourced from postcss's releases. 8.2.10 Fixed ReDoS vulnerabilities in source map parsing. Fixed webpack 5 support (by @​barak007). Fixed docs (by @​roelandmoors)....

dependencies
javascript

Whether on our own or via an existing library: For possible inclusion: * https://github.com/lezhnev74/pasvl For inspiration: * https://github.com/cdrubin/matchmaker * https://github.com/auraphp/Aura.Filter

enhancement

Review those available from https://github.com/beberlei/assert and implement without including that library, since there's already quite a bit of overlap with WP's built-ins as well as Stringy

enhancement
good first issue

https://github.com/tareq1988/wp-eloquent seems to be the only drop-in to consider, if to include at all

enhancement

Consider using https://github.com/micropackage/requirements instead of [TGMPA](https://github.com/TGMPA/TGM-Plugin-Activation/issues/760) Would have to play with it to see how error messages are sent. https://github.com/afragen/wp-dependency-installer is another alternative.

enhancement

https://github.com/phpfunct/funct seems to cover it all for both strings and arrays but isn't actively maintained. https://github.com/voku/arrayy is from a trusted source but doesn't seem to add the value we're aiming...

enhancement

Like this one: https://github.com/BracketSpace/Notification-Extension-Boilerplate/blob/master/rename.sh The idea is that there would be a 'texts' JSON/YAML/etc file (ideally a format that allows comments). You set it and, when you run the 'texts'...

enhancement

Make rendering / getting HTML more atomic without much overhead, plus allowing overriding via child theme. Plus for shortcodes to use as well. Options: * https://github.com/GaryJones/Gamajo-Template-Loader * https://github.com/micropackage/templates

enhancement