Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 684 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 684 Bytes

OpenEuropa Drupal module template

Build Status

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 of README.md for the Drupal module.