Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/underpin-wp/underpin-plugin-boilerplate
https://github.com/underpin-wp/underpin-plugin-boilerplate
boilerplate wordpress wordpress-plugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/underpin-wp/underpin-plugin-boilerplate
- Owner: Underpin-WP
- Created: 2019-12-06T13:26:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:53:33.000Z (almost 2 years ago)
- Last Synced: 2023-09-28T03:10:28.380Z (over 1 year ago)
- Topics: boilerplate, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 2.56 MB
- Stars: 6
- 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`.