openeuropa / module-skeleton
OpenEuropa Drupal module template.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 25
Forks: 6
Open Issues: 6
Language:Shell
Type:drupal-module
Requires
- php: >=7.2
- drupal/core: ^8.7
Requires (Dev)
- composer/installers: ~1.5
- drupal-composer/drupal-scaffold: ~2.2
- drupal/config_devel: ~1.2
- drupal/drupal-extension: ~4.0
- drush/drush: ~9.0@stable
- guzzlehttp/guzzle: ~6.3
- openeuropa/code-review: ~1.0.0-beta2
- openeuropa/drupal-core-require-dev: ^8.7
- openeuropa/task-runner: ~1.0.0-beta5
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2024-10-29 04:59:24 UTC
README
Start development of a new module
Building a new module with composer
$ composer create-project openeuropa/drupal-module-template path/to/oe_my_new_module
See the composer documentation for details.
Building a new module manually
- Clone the repo
- Run ./build-module.sh (see the script to know the actions)
Template Files
READ.module.md
: the file template ofREADME.md
for the Drupal module.