Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josephgodwinkimani/simple-wp-skeleton
Unopinionated WordPress skeleton for new WordPress website projects
https://github.com/josephgodwinkimani/simple-wp-skeleton
composer php-codesniffer wordpress wordpress-development wordpress-site wpcs
Last synced: 5 days ago
JSON representation
Unopinionated WordPress skeleton for new WordPress website projects
- Host: GitHub
- URL: https://github.com/josephgodwinkimani/simple-wp-skeleton
- Owner: josephgodwinkimani
- License: mit
- Created: 2024-03-05T03:12:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T09:45:22.000Z (8 months ago)
- Last Synced: 2024-10-11T03:42:57.736Z (27 days ago)
- Topics: composer, php-codesniffer, wordpress, wordpress-development, wordpress-site, wpcs
- Language: PHP
- Homepage:
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![WPCS check](https://github.com/josephgodwinkimani/simple-wp-skeleton/actions/workflows/wpcs.yml/badge.svg)](https://github.com/josephgodwinkimani/simple-wp-skeleton/actions/workflows/wpcs.yml) [![Deploy with SFTP](https://github.com/josephgodwinkimani/simple-wp-skeleton/actions/workflows/wp-deploy.yml/badge.svg)](https://github.com/josephgodwinkimani/simple-wp-skeleton/actions/workflows/wp-deploy.yml) [![Generate WordPress Archive](https://github.com/josephgodwinkimani/simple-wp-skeleton/actions/workflows/wordpress-build-zip.yml/badge.svg)](https://github.com/josephgodwinkimani/simple-wp-skeleton/actions/workflows/wordpress-build-zip.yml) [![.github/workflows/wordpress-version-checker.yml](https://github.com/josephgodwinkimani/simple-wp-skeleton/actions/workflows/wordpress-version-checker.yml/badge.svg)](https://github.com/josephgodwinkimani/simple-wp-skeleton/actions/workflows/wordpress-version-checker.yml)
* The file `local-xdebuginfo.php` is utilized by LocalWP; should you choose to utilize alternative development environments, you have the option to remove it.
* You have the option to compress the `wp-content/` directory instead of directly committing the files and folders to Git by executing the command `php zip.php`.
* You have the option to utilize the command `composer lint` to assess WordPress code violations within your themes and/or plugins. Please review the `phpcs.xml.dist` file to specify exclusions for themes or plugins that should not undergo scrutiny.