sitepilot/theme

WordPress starter theme with a modern development workflow.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

v1.0.6 2022-06-23 11:57 UTC

This package is auto-updated.

Last update: 2024-04-23 15:57:20 UTC


README

Build Status Latest Release License

WordPress starter theme with a modern development workflow.

Features

Requirements

Installation

Install this theme using Composer from your WordPress themes directory (replace theme-name below with the name of your theme):

composer create-project sitepilot/theme <theme-name>

Optional: replace template: astra in style.css with another theme or remove this line to start from scratch.

Development

This theme implements the application service container provided by our Sitepilot plugin. The service container is a powerful tool for managing class dependencies, performing dependency injection and registering service providers. More information about the service container and service providers can be found here.