PHPackages                             kevinquillen/recipe-generator - 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. kevinquillen/recipe-generator

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

kevinquillen/recipe-generator
=============================

Adds Drush command(s) to help generate Recipes for Drupal.

2.0.0(1y ago)1413.7k↑25%9[4 issues](https://github.com/kevinquillen/recipe-generator/issues)[1 PRs](https://github.com/kevinquillen/recipe-generator/pulls)3MITPHP

Since Apr 30Pushed 1y ago2 watchersCompare

[ Source](https://github.com/kevinquillen/recipe-generator)[ Packagist](https://packagist.org/packages/kevinquillen/recipe-generator)[ RSS](/packages/kevinquillen-recipe-generator/feed)WikiDiscussions 2.0.x Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (6)Used By (3)

Drupal Recipe Generator
-----------------------

[](#drupal-recipe-generator)

This add-on for Drush adds the capability to generate a Recipe for Drupal to help you build out your own Recipe with an interactive tool. The Distributions and Recipes initiative is still in development.

[https://git.drupalcode.org/project/distributions\_recipes](https://git.drupalcode.org/project/distributions_recipes)

Versions
--------

[](#versions)

Use the 2.0.x branch for Drupal 11 or higher.

`composer require kevinquillen/recipe-generator:^2.0`

Use the 1.0.x branch for Drupal 10:

`composer require kevinquillen/recipe-generator:^1.0`

How to use
----------

[](#how-to-use)

After installing with Composer, run the command with the following:

```
drush gen recipe
```

You will have a series of prompts to help you craft your Recipe.

The output will be placed into (webroot)/recipes/custom. You can optionally declare a composer.json file with dependencies which will also be located here as part of the generated output.

The end result will generate a recipe.yml file based on your input, for example:

```
name: 'My Custom Recipe'
description: 'this is the description'
type: 'Site'

install:
  - node
  - user
  - redirect
  - gin
  - pathauto
  - dblog
  - views

config:
  import:
    dblog: '*'
    pathauto: '*'
    redirect:
      - redirect.settings
      - system.action.redirect_delete_action
      - views.view.redirect
    node:
      - views.view.content
    user:
      - views.view.user_admin_people
    gin:
      - gin.settings
      - block.block.gin_breadcrumbs
      - block.block.gin_content
      - block.block.gin_local_actions
      - block.block.gin_messages
      - block.block.gin_page_title
      - block.block.gin_primary_local_tasks
      - block.block.gin_secondary_local_tasks
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.6% 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

Total

4

Last Release

504d ago

Major Versions

1.0.x-dev → 2.0.02024-12-31

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b8cf485680be70b0e4c3d1966a5e5ef9f5c10362a0e1625b129d8a7a4b39018?d=identicon)[kevinquillen](/maintainers/kevinquillen)

---

Top Contributors

[![kevinquillen](https://avatars.githubusercontent.com/u/362176?v=4)](https://github.com/kevinquillen "kevinquillen (11 commits)")[![omarlopesino](https://avatars.githubusercontent.com/u/3202817?v=4)](https://github.com/omarlopesino "omarlopesino (1 commits)")[![thejimbirch](https://avatars.githubusercontent.com/u/5177009?v=4)](https://github.com/thejimbirch "thejimbirch (1 commits)")

---

Tags

drupalDrushrecipesdrush generatordrush commandsdrupal recipes

### Embed Badge

![Health badge](/badges/kevinquillen-recipe-generator/health.svg)

```
[![Health](https://phpackages.com/badges/kevinquillen-recipe-generator/health.svg)](https://phpackages.com/packages/kevinquillen-recipe-generator)
```

###  Alternatives

[drupal/console

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.

93615.1M161](/packages/drupal-console)[jigarius/drall

Drall is a command-line utility to run drush on multi-site Drupal installations.

35105.9k](/packages/jigarius-drall)[drupal/console-core

Drupal Console Core

13514.7M12](/packages/drupal-console-core)[drupal/console-en

Drupal Console English Language

12814.6M4](/packages/drupal-console-en)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M13](/packages/pantheon-systems-terminus)

PHPackages © 2026

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