piotrpress/wordpress-theme-template

This Composer project is a template for creating a WordPress themes. It includes a basic structure and uses Composer Setuper to interactively walk you through the process of setting up your new theme project.

v1.0.0 2025-06-15 09:52 UTC

This package is auto-updated.

Last update: 2025-06-15 09:55:41 UTC


README

This Composer project is a template for creating a WordPress themes. It includes a basic structure and uses Composer Setuper to interactively walk you through the process of setting up your new theme project.

Usage

To create a new WordPress theme project, go to wp-content/themes directory and run the following command:

$ composer create-project piotrpress/wordpress-theme-template --ask

This will create a new directory with the name of your theme and set up the basic structure for your new theme.

Requirements

  • PHP > = 7.4
  • Composer >= 2.0

License

GPL3.0