openeuropa/module-skeleton

OpenEuropa Drupal module template.

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 24

Forks: 6

Open Issues: 6

Language:Shell

Type:drupal-module

0.3.0 2020-03-30 13:09 UTC

README

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.