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.
- Host: GitHub
- URL: https://github.com/wieni/drupal-module-template
- Owner: wieni
- License: gpl-2.0
- Created: 2021-09-08T12:27:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T13:08:12.000Z (over 3 years ago)
- Last Synced: 2024-12-27T14:25:39.713Z (5 months ago)
- Topics: template-repository
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[name]
======================[](https://packagist.org/packages/wieni/[short-name])
[](https://packagist.org/packages/wieni/[short-name])
[](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.