PHPackages                             joeyfarruggio/create-acf-block - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. joeyfarruggio/create-acf-block

ActiveProject[CLI &amp; Console](/categories/cli)

joeyfarruggio/create-acf-block
==============================

A CLI for scaffolding ACF blocks.

0.6.3(1y ago)7136[3 issues](https://github.com/joseph-farruggio/create-acf-block-cli/issues)MITPHPPHP ^8.1

Since Aug 13Pushed 1y ago2 watchersCompare

[ Source](https://github.com/joseph-farruggio/create-acf-block-cli)[ Packagist](https://packagist.org/packages/joeyfarruggio/create-acf-block)[ Docs](https://joeyfarruggio.com)[ RSS](/packages/joeyfarruggio-create-acf-block/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (11)Versions (41)Used By (0)

Create ACF Block CLI
====================

[](#create-acf-block-cli)

A CLI to streamline the process of creating ACF blocks. Quickly generate your Advanced Custom Fields blocks in your WordPress theme.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Troubleshooting](#troubleshooting)
- [Contributing](#contributing)
- [License](#license)

Installation
------------

[](#installation)

### 1. Downloading the Package

[](#1-downloading-the-package)

You can install the CLI globally via Composer:

```
composer global require joeyfarruggio/create-acf-block

```

### 2. Ensure Global Composer Binaries are in Your PATH

[](#2-ensure-global-composer-binaries-are-in-your-path)

If it's your first time installing a global Composer package, ensure that the global Composer binaries directory is in your system's PATH. This will allow you to run the `create-acf-block` command globally.

To find out the path to your global composer binaries:

```
composer global config bin-dir --absolute

```

The command above will output a path. You need to add this path to your system's PATH. Below are instructions based on your operating system:

#### macOS and Linux

[](#macos-and-linux)

Add the following to your `.bashrc`, `.bash_profile`, or `.zshrc` file:

```
export PATH=~/.composer/vendor/bin:$PATH

```

*Note: Depending on your setup, the path might be `~/.config/composer/vendor/bin` instead.*

#### Windows

[](#windows)

1. Right-click on the Computer icon and choose Properties.
2. Click on the Advanced system settings link.
3. Click on the Environment Variables button.
4. In the System Variables section, find the PATH variable, select it, and click Edit.
5. In the Edit Environment Variable window, add a semicolon to the end of the value and then append the path to your global composer binaries.
6. Click OK to save your changes.

Usage
-----

[](#usage)

After installation, you can utilize the CLI tool globally:

`create-acf-block`

Follow the on-screen prompts to create your ACF block.

The first tme you run the command you will be see a series of config prompts. If you ever need to reset these you can run `create-acf-block set-config`.

Troubleshooting
---------------

[](#troubleshooting)

If you encounter any issues while running the command, ensure that:

- The Composer binaries path is correctly set in your PATH as per the installation instructions.
- You have the required permissions to execute the command.

For further assistance or to report a bug, please open an [issue](https://github.com/joseph-farruggio/create-acf-block-cli/issues).

Contributing
------------

[](#contributing)

Contributions are welcome!

License
-------

[](#license)

This project is licensed under the MIT License. See the LICENSE file for details.

---

Happy coding! 🚀

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance23

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~8 days

Recently: every ~0 days

Total

38

Last Release

719d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/33e4b06d5e15b4d2422219cc9b9102fb124e4cbc94a469d4e90f8b955dfb56a9?d=identicon)[joeyfarruggio](/maintainers/joeyfarruggio)

---

Top Contributors

[![joseph-farruggio](https://avatars.githubusercontent.com/u/18406430?v=4)](https://github.com/joseph-farruggio "joseph-farruggio (50 commits)")

---

Tags

cliwordpressacfadvanced custom fieldsACF Blocks

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/joeyfarruggio-create-acf-block/health.svg)

```
[![Health](https://phpackages.com/badges/joeyfarruggio-create-acf-block/health.svg)](https://phpackages.com/packages/joeyfarruggio-create-acf-block)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M13](/packages/pantheon-systems-terminus)[wp-cli/wp-cli-bundle

WP-CLI bundle package with default commands.

896.3M131](/packages/wp-cli-wp-cli-bundle)[sproutcms/cms

Enterprise content management and framework

241.6k4](/packages/sproutcms-cms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
