https://github.com/underpin-wp/underpin-plugin-boilerplate
https://github.com/underpin-wp/underpin-plugin-boilerplate
boilerplate wordpress wordpress-plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/underpin-wp/underpin-plugin-boilerplate
- Owner: Underpin-WP
- Created: 2019-12-06T13:26:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:53:33.000Z (over 3 years ago)
- Last Synced: 2025-03-25T03:34:47.668Z (about 1 year ago)
- Topics: boilerplate, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 2.56 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate for Custom Projects
This is a plugin boilerplate built on the [Underpin](https://github.com/alexstandiford/underpin) Framework. For
information on how to use this, check out Underpin's docs.
This plugin expects that Underpin has been installed as a [WordPress Must-Use plugin](https://wordpress.org/support/article/must-use-plugins/).
## Webpack Config
The Webpack and NPM configuration in this plugin is a barebones WordPress configuration that aligns the script dir with
Underpin's default script directory. It is intentionally un-opinionated, but it is set-up and ready to be extended.
The default entrypoint is `src/index.js`.