morethanthemes / extra_project_browser
Project Browser source that lists extra_* recipes in the codebase and auto-enables the source.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-module
pkg:composer/morethanthemes/extra_project_browser
Requires
- drupal/core: >=10
- drupal/project_browser: ^2.1
README
Project Browser source plugin that exposes recipes prefixed with extra_ found in your codebase. On install it auto-enables the source in Project Browser settings.
Installation
- With Composer (Packagist):
composer require morethanthemes/extra_project_browser(installs toweb/modules/contribby default) - Enable the module:
drush en extra_project_browser -y
For local development from Git, clone it into your custom modules location and ensure Drupal sees that path (for example with a web/modules/custom symlink to your dev directory).
What it does
- Scans configured recipe locations for
recipe.ymlunder directories starting withextra_. - Surfaces those recipes as a Project Browser source (
extra_recipes). - Automatically enables the source in
project_browser.admin_settingson install; removes it on uninstall.
Development
The module lives in dev/custom/extra_project_browser. Keep it under version control separately if you publish to Packagist.