PHPackages                             charlie/wp-scaffolder - 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. charlie/wp-scaffolder

ActiveWordpress-scaffolding-scripts[CLI &amp; Console](/categories/cli)

charlie/wp-scaffolder
=====================

Scaffolding scripts for the Wordpress Theme using WP CLI and Bash

1.0.12(8mo ago)0679GPL-3.0-or-laterShell

Since Dec 2Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/charlie-dev/charlie-wp-scaffold)[ Packagist](https://packagist.org/packages/charlie/wp-scaffolder)[ RSS](/packages/charlie-wp-scaffolder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)DependenciesVersions (14)Used By (0)

Charlie WP Scaffolding
======================

[](#charlie-wp-scaffolding)

Getting the theme
-----------------

[](#getting-the-theme)

Currently some of these scripts are tied to the structure and configuration of the Charlie Base WordPress theme. You can locate that theme [here](https://github.com/charlie-dev/charlie-wp-theme).

Or

By running `gh repo clone charlie-dev/charlie-wp-theme .` to install into the current directory you are in. Omit the `.` at the end to generate a new folder.

Configuration within theme.
---------------------------

[](#configuration-within-theme)

If your theme does not use composer, you will need to `composer init` within your active theme.

Once you have a `composer.json` file generated, add the following snippet to your `composer.json` file. This will instruct composer to run scripts in this codebase in the proper order.

```
"scripts": {
    "post-install-cmd": [
      "php -r \"shell_exec('cp -rf vendor/charlie/wp-scaffolder/scripts/. scripts/');\"",
      "bash scripts/set-env.sh",
      "bash scripts/plugin-extraction.sh",
      "bash scripts/database.sh"
    ],
    "post-update-cmd": [
      "php -r \"shell_exec('cp -rf vendor/charlie/wp-scaffolder/scripts/. scripts/');\"",
      "bash scripts/set-env.sh",
      "bash scripts/plugin-extraction.sh",
      "bash scripts/database.sh"
    ]
  },

```

Then run `composer install`, this should create a `/scripts` folder within your theme, and if there is no .env present, you will be prompted for your theme name and install path.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance60

Regular maintenance activity

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.7% 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 ~114 days

Recently: every ~330 days

Total

13

Last Release

256d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6920f7504f2f3bb5fb685824e8831ad8f853833da6007db74f5018d6da4764d1?d=identicon)[Kcharle](/maintainers/Kcharle)

![](https://www.gravatar.com/avatar/daf335630d95b23608178e98884e2a80207ff2e94359dfffcdce26299ec79ce8?d=identicon)[charlie-dev](/maintainers/charlie-dev)

---

Top Contributors

[![Kcharle](https://avatars.githubusercontent.com/u/4724339?v=4)](https://github.com/Kcharle "Kcharle (14 commits)")[![charlie-dev](https://avatars.githubusercontent.com/u/10068172?v=4)](https://github.com/charlie-dev "charlie-dev (5 commits)")

### Embed Badge

![Health badge](/badges/charlie-wp-scaffolder/health.svg)

```
[![Health](https://phpackages.com/badges/charlie-wp-scaffolder/health.svg)](https://phpackages.com/packages/charlie-wp-scaffolder)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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