takt/score

Score framework for Prelude and Acorn-based WordPress themes.

Maintainers

Package info

github.com/EngageMassive/score

Type:package

pkg:composer/takt/score

Statistics

Installs: 930

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.3 2026-03-08 05:30 UTC

This package is auto-updated.

Last update: 2026-03-08 05:31:45 UTC


README

An acorn package for Prelude or Acorn based themes to provide convenient features and utilities.

Create Block

Use wp acorn make:block ExampleBlock to scaffold a new block.

Options:

--parent=ParentBlock: Specify a parent block to nest the new block within.

--blade: Use Blade templates for the block's markup.

Block Model

Wrapper around WP_Block to provide additional functionality and convenience methods.