PHPackages                             devrix/scaffold - 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. devrix/scaffold

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

devrix/scaffold
===============

DevriX: Scaffold

1.0.2(3y ago)038MITPHP

Since Oct 6Pushed 7mo ago3 watchersCompare

[ Source](https://github.com/DevriX/dx-scaffold)[ Packagist](https://packagist.org/packages/devrix/scaffold)[ Docs](https://github.com/Neychok/devrix-scaffold)[ RSS](/packages/devrix-scaffold/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

DevriX Scaffold CLI
===================

[](#devrix-scaffold-cli)

This is a CLI tool to scaffold a new plugin based on the DevriX plugin boilerplate.

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

[](#installation)

```
composer global require devrix/scaffold
```

> Note: Make sure to place the `~/.composer/vendor/bin` directory (or the equivalent directory for your OS) in your PATH so the `dx-scaffold` executable can be located by your system.

```
export PATH="$PATH:$HOME/.config/composer/vendor/bin"
```

Usage
-----

[](#usage)

After installing the composer package `cd` to the `wp-content/plugins` directory.

Then run the following command to start the interactive CLI:

```
dx-scaffold plugin new
```

You can predefine the plugin attributes by specifying them as arguments:

- `name=""` - The name of the plugin.
- `slug=""` - The slug of the plugin.
- `class=""` - The main class of the plugin.
- `namespace=""` - The namespace of the plugin.
- `abbr=""` - The abbreviation to use for global variables.

Example usage:

```
dx-scaffold name="DevriX" slug="devrix" class="Devrix" namespace="DX" abbr="DX"
```

You can also skip parts of the interactive CLI by specifying a `--skip` flag.

- `--skip-clone` - Skips the git clone step.
- `--skip-rename` - Skips the renaming/search-replace step.
- `--skip-npm` - Skips `npm install` and `npm run prod`.

License
-------

[](#license)

MIT [DevriX](https://devrix.com)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance45

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~0 days

Total

3

Last Release

1319d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d442fc113a4a4dc52b7e726740e9d1d17470f7c1b0cf38002c13bac7912cec15?d=identicon)[Neychok](/maintainers/Neychok)

---

Top Contributors

[![Neychok](https://avatars.githubusercontent.com/u/45290296?v=4)](https://github.com/Neychok "Neychok (2 commits)")[![KIvanow](https://avatars.githubusercontent.com/u/541999?v=4)](https://github.com/KIvanow "KIvanow (1 commits)")[![metodiew](https://avatars.githubusercontent.com/u/1453530?v=4)](https://github.com/metodiew "metodiew (1 commits)")

---

Tags

cliscaffolddevrix

### Embed Badge

![Health badge](/badges/devrix-scaffold/health.svg)

```
[![Health](https://phpackages.com/badges/devrix-scaffold/health.svg)](https://phpackages.com/packages/devrix-scaffold)
```

###  Alternatives

[helhum/typo3-console

A reliable and powerful command line interface for TYPO3 CMS

2939.0M192](/packages/helhum-typo3-console)[laminas/laminas-cli

Command-line interface for Laminas projects

563.7M54](/packages/laminas-laminas-cli)[automattic/jetpack-changelogger

Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.

106.7M146](/packages/automattic-jetpack-changelogger)[mahocommerce/maho

Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+

1322.1k12](/packages/mahocommerce-maho)[getkirby/cli

Kirby command line interface

6268.7k27](/packages/getkirby-cli)

PHPackages © 2026

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