Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davereid committed Feb 14, 2024
1 parent 7a86551 commit 91555d1
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
[![tests](https://github.com/ddev/ddev-addon-template/actions/workflows/tests.yml/badge.svg)](https://github.com/ddev/ddev-addon-template/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)
[![tests](https://github.comdavereid/ddev-drupal-contrib-dev/actions/workflows/tests.yml/badge.svg)](https://github.com/davereid/ddev-drupal-contrib-dev/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)

# ddev-addon-template <!-- omit in toc -->
# ddev-drupal-contrib-dev <!-- omit in toc -->

* [What is ddev-addon-template?](#what-is-ddev-addon-template)
* [What is ddev-drupal-contrib-dev?](#what-is-ddev-drupal-contrib-dev)
* [Components of the repository](#components-of-the-repository)
* [Getting started](#getting-started)
* [How to debug in Github Actions](#how-to-debug-tests-github-actions)

## What is ddev-addon-template?
## What is ddev-drupal-contrib-dev?

This repository is a template for providing [DDEV](https://ddev.readthedocs.io) add-ons and services.
This repository is a [DDEV](https://ddev.readthedocs.io) add-on to help working with contributed modules easier.

In DDEV addons can be installed from the command line using the `ddev get` command, for example, `ddev get ddev/ddev-redis` or `ddev get ddev/ddev-solr`.

This repository is a quick way to get started. You can create a new repo from this one by clicking the template button in the top right corner of the page.

![template button](images/template-button.png)
Install this add-on by running `ddev get davereid/ddev-drupal-contrib-dev`

## Components of the repository

Expand Down

0 comments on commit 91555d1

Please sign in to comment.