This repository has been archived on 2025-10-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupal-module-generator/README.md

17 lines
306 B
Markdown

# Drupal Module Generator (dmg)
A scaffolding tool for generating new modules for Drupal 7 and (soon) 8.
## Installation
The Drupal Module Generator is installed via [Composer][]:
```bash
composer global require opdavies/drupal-module-generator
```
[composer]: https://getcomposer.org
## Usage
TODO