An open API service indexing awesome lists of open source software.

https://github.com/wieni/drupal-module-template

A template repository for Drupal 8/9 modules.
https://github.com/wieni/drupal-module-template

template-repository

Last synced: 3 months ago
JSON representation

A template repository for Drupal 8/9 modules.

Awesome Lists containing this project

README

        

[name]
======================

[![Latest Stable Version](https://poser.pugx.org/wieni/[short-name]/v/stable)](https://packagist.org/packages/wieni/[short-name])
[![Total Downloads](https://poser.pugx.org/wieni/[short-name]/downloads)](https://packagist.org/packages/wieni/[short-name])
[![License](https://poser.pugx.org/wieni/[short-name]/license)](https://packagist.org/packages/wieni/[short-name])

> [description]

> Don't forget to go through [the checklist](CHECKLIST.md) before creating your first release!

## Why?
_TODO_

## Installation
This package requires PHP 7.2 and Drupal 8 or higher. It can be installed using Composer:

```bash
composer require wieni/[short-name]
```

## How does it work?
_TODO_

## Contributing
- [Wieni Code Style](https://github.com/wieni/wmcodestyle) is used by the project. The included `composer coding-standards` script can be used to validate the conventions.
- Tests are encouraged. This project doesn't have any test coverage yet, but contributions are welcome.
- Keep the documentation up to date. Make sure README.md and other relevant documentation is kept up to date with your changes.
- One pull request per feature. Try to keep your changes focused on solving a single problem. This will make it easier for us to review the change and easier for you to make sure you have updated the necessary tests and documentation.

## Changelog
All notable changes to this project will be documented in the
[CHANGELOG](CHANGELOG.md) file.

## Security
If you discover any security-related issues, please email
[[email protected]](mailto:[email protected]) instead of using the issue
tracker.

## License
Distributed under the MIT License. See the [LICENSE](LICENSE) file
for more information.