Skip to content

Commit 5c01ded

Browse files
Merge pull request #28 from drupaltools/codex/fix-issue-13-on-github
2 parents 14920de + a3bed2a commit 5c01ded

23 files changed

+467
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Acquia Coding Standards (PHP)
2+
year_created: 2019
3+
source: https://github.com/acquia/coding-standards-php
4+
homepage: https://github.com/acquia/coding-standards-php
5+
docs: https://github.com/acquia/coding-standards-php#readme
6+
logo:
7+
8+
description: "PHP_CodeSniffer rulesets that codify Acquia's Drupal coding standards for automated linting."
9+
10+
requires:
11+
- composer
12+
- php
13+
- phpcs
14+
drupal_versions:
15+
- 8
16+
- 9
17+
- 10
18+
category:
19+
- coding-standards
20+
- linting
21+
- phpcs
22+
tags:
23+
- acquia
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Ansible Deploy Drupal
2+
year_created: 2018
3+
source: https://github.com/ChromaticHQ/ansible-deploy-drupal
4+
homepage: https://galaxy.ansible.com/chromatichq/deploy_drupal
5+
docs: https://github.com/ChromaticHQ/ansible-deploy-drupal#readme
6+
logo:
7+
8+
description: "An Ansible role for deploying Drupal sites with repeatable tasks and configurable defaults."
9+
10+
requires:
11+
- ansible
12+
drupal_versions:
13+
- 8
14+
- 9
15+
- 10
16+
category:
17+
- ansible
18+
- deployment
19+
- devops
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: BackUpScale Drupal Kubernetes Module
2+
year_created: 2025
3+
source: https://gitlab.com/backupscale/drubernetes
4+
homepage: https://registry.terraform.io/modules/BackUpScale/drupal/kubernetes/latest
5+
docs: https://gitlab.com/backupscale/drubernetes/-/tree/main?ref_type=heads
6+
logo:
7+
8+
description: "A Terraform module that provisions production-ready Drupal workloads on Kubernetes with AWS integrations."
9+
10+
requires:
11+
- aws
12+
- kubernetes
13+
- terraform
14+
drupal_versions:
15+
- 9
16+
- 10
17+
category:
18+
- aws
19+
- infrastructure
20+
- kubernetes
21+
- provisioning

_data/projects/contrib-kanban.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Contrib Kanban
2+
year_created: 2015
3+
source: https://github.com/mglaman/contribkanban.com
4+
homepage: https://contribkanban.com
5+
docs: https://github.com/mglaman/contribkanban.com#readme
6+
logo:
7+
8+
description: "Turns Drupal.org issue queues into kanban boards to help maintainers visualize work in progress."
9+
10+
requires:
11+
- http
12+
drupal_versions:
13+
- 7
14+
- 8
15+
- 9
16+
- 10
17+
category:
18+
- drupalorg
19+
- maintainers
20+
- workflow
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Dcycle Drupal Starterkit
2+
year_created: 2018
3+
source: https://github.com/dcycle/starterkit-drupalsite
4+
homepage: https://github.com/dcycle/starterkit-drupalsite
5+
docs: https://github.com/dcycle/starterkit-drupalsite#readme
6+
logo:
7+
8+
description: "A Drupal starter kit with Docker-based local environments, deployment scripts, and best-practice documentation."
9+
10+
requires:
11+
- composer
12+
- docker
13+
- docker-compose
14+
drupal_versions:
15+
- 9
16+
- 10
17+
category:
18+
- development
19+
- devops
20+
- docker
21+
- scaffolding

_data/projects/drall.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Drall
2+
year_created: 2022
3+
source: https://github.com/jigarius/drall
4+
homepage: https://github.com/jigarius/drall
5+
docs: https://github.com/jigarius/drall#readme
6+
logo:
7+
8+
description: "Runs Drush commands across multi-site Drupal installations from a single CLI wrapper."
9+
10+
requires:
11+
- cli
12+
- drush
13+
- php
14+
drupal_versions:
15+
- 7
16+
- 8
17+
- 9
18+
- 10
19+
category:
20+
- cli
21+
- drush
22+
- multisite
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Drupal API Client (JS)
2+
year_created: 2022
3+
source: https://github.com/DavideBruner/drupal-api-client
4+
homepage: https://github.com/DavideBruner/drupal-api-client
5+
docs: https://github.com/DavideBruner/drupal-api-client#readme
6+
logo:
7+
8+
description: "A lightweight TypeScript client that provides an object-oriented wrapper around the Drupal.org REST API."
9+
10+
requires:
11+
- nodejs
12+
- npm
13+
drupal_versions:
14+
- 7
15+
- 8
16+
- 9
17+
- 10
18+
category:
19+
- drupalorg
20+
- js
21+
- sdk
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Drupal.org API Client (PHP)
2+
year_created: 2016
3+
source: https://github.com/hussainweb/drupal-api-client
4+
homepage: https://github.com/hussainweb/drupal-api-client
5+
docs: https://github.com/hussainweb/drupal-api-client#readme
6+
logo:
7+
8+
description: "A PHP wrapper built on Guzzle for interacting with the Drupal.org API in custom tools and integrations."
9+
10+
requires:
11+
- composer
12+
- php
13+
drupal_versions:
14+
- 7
15+
- 8
16+
- 9
17+
- 10
18+
category:
19+
- drupalorg
20+
- sdk

_data/projects/drupal-mrn.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Drupal Maintainer Release Notes
2+
year_created: 2022
3+
source: https://github.com/mglaman/drupal-mrn
4+
homepage: https://drupal-mrn.dev/
5+
docs: https://github.com/mglaman/drupal-mrn#readme
6+
logo:
7+
8+
description: "Generates Drupal.org-ready release notes with automatic contributor recognition and issue grouping for project maintainers."
9+
10+
requires:
11+
- http
12+
drupal_versions:
13+
- 7
14+
- 8
15+
- 9
16+
- 10
17+
category:
18+
- drupalorg
19+
- maintainers
20+
- workflow

_data/projects/drupal-org-api.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Drupal.org API Component
2+
year_created: 2015
3+
source: https://github.com/EclipseGc/drupal-org-api
4+
homepage: https://github.com/EclipseGc/drupal-org-api
5+
docs: https://github.com/EclipseGc/drupal-org-api#readme
6+
logo:
7+
8+
description: "A PHP component that wraps the Drupal.org REST API for accessing project, user, and issue data."
9+
10+
requires:
11+
- composer
12+
- php
13+
drupal_versions:
14+
- 7
15+
- 8
16+
- 9
17+
- 10
18+
category:
19+
- drupalorg
20+
- sdk

0 commit comments

Comments
 (0)