fivefifteen/primer

A WordPress theme boilerplate. The perfect starting point for your custom WordPress theme.

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:wordpress-theme

0.0.4 2025-02-07 19:39 UTC

This package is auto-updated.

Last update: 2025-02-10 20:07:20 UTC


README

Primer

A WordPress theme boilerplate. The perfect starting point for your custom WordPress theme.

packagist package version packagist package downloads GitHub code size in bytes license


A Five Fifteen Project

Table of Contents

Features

  • Front-end dependency management using GitHub & npm as repositories via Fetcher
  • JavaScript & CSS/SCSS compilation/minification via Piler
  • Boilerplate code for configuring custom post types, taxonomies, and user roles
  • Some sensible plugin hooks:
    • Gravity Forms: Disable the built-in theme (so we can create a custom one)
    • Updraft Plus: Prevent backups being created for non-production environments
    • Yoast SEO: Custom breadcrumb separator when using the yoast_breadcrumb function

Requirements

Usage

Run the following command (replacing "my-new-theme" with your theme's slug):

composer create-project fivefifteen/primer my-new-theme

Commands

Related Projects

  • Basis - A WordPress boilerplate. Get a local dockerized WordPress project up and running complete with secrets encryption, dependency management/compilation, and more by running a single command.
  • WordUp - A WordPress Deployer Recipe.

License Information

GPL-2.0 (See the license.md file for more info)