Skip to content

A WordPress plugin to create blocks and fields from the command line using ACF and ACF Builder

Notifications You must be signed in to change notification settings

colinswinney/create-acf

Repository files navigation

Create ACF


Create ACF blocks and fields from the command line!

This plugin is heavily based off of the amazing ACF Composer created for use with the Sage starter theme. The purpose of this project is to provide a similar workflow in a stand alone plugin.

To get started, navigate to wp-content/plugins/create-acf and run composer install.

Creating Fields

wp create-acf field YourFieldName

Adds a new field to the /fields directory.

Creating Blocks

wp create-acf block YourBlockName

Adds a new block to the /blocks directory.

About

A WordPress plugin to create blocks and fields from the command line using ACF and ACF Builder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages