ralfhortt/wordpress-theme-boilerplate

There is no license information available for the latest version (dev-master) of this package.

A WordPress Boilerplate Theme by Ralf Hortt

Installs: 31

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 5

Open Issues: 3

Language:JavaScript

Type:wordpress-theme

dev-master 2025-05-16 20:03 UTC

This package is auto-updated.

Last update: 2025-05-16 20:03:46 UTC


README

Build Status Lint Status

Documentation

Every folder contains a README.md with further instructions

Installation

$ composer create-project ralfhortt/wordpress-theme-boilerplate Check INSTALLATION.md for detailed installation steps

Development

Commands

  • npm run make:block namespace/block-name to create a new json file for a block in src/themes/blocks/blockname.
  • npm run make:style namepsace/blockname Title to create a block style in `src/themes/namespace/blockname
  • npm run build:theme to build the theme.json file from src/themes/ and copying the block styles to styles folder

Build Process

Production

  • Run npm run build for production build

Development

  • Run npm run start

Linters

Run npm run lint

Fixers

Run npm run fix for auto fixing