Skip to content

khgoldberg/is2_site_release_info

Repository files navigation

Example Template

The IS2 Release Information module provides a release information at the site's toolbar if the project contains a RELEASE.md file in the project root.

Table of contents

  • Requirements
  • Installation
  • Configuration

Requirements (required)

The module requires the following modules:

Installation

To install this module, follow the below process -

  • Add below code in the project's composer.json file inside repositories section.
"is2_release_info": {
    "type": "package",
    "package": {
        "name": "khgoldberg/is2_site_release_info",
        "version": "1.0.0",
        "type":"drupal-module",
        "source": {
            "url": "https://github.com/khgoldberg/is2_site_release_info.git",
            "type": "git",
            "reference": "main"
        },
        "dist": {
            "url": "https://github.com/khgoldberg/is2_site_release_info/archive/main.zip",
            "type": "zip"
        }
    }
}
  • Then in the command line execute - composer require 'khgoldberg/is2_site_release_info:1.0.0'
  • After the module is downloaded, install it via UI or via Drush - drush en is2_site_release_info -y.
  • This will install the module, and it's dependency the "Environment Indicator".

Configuration

This module do not need any special configuration. However, the project using this module may copy Example Release file to add release information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages