luketarplin/drupalmoduleskeleton

Create a Skeleton Drupal 8 Module

Maintainers

Package info

github.com/luketarplin/drupalmoduleskeleton

Type:composer-plugin

pkg:composer/luketarplin/drupalmoduleskeleton

Statistics

Installs: 389

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2015-06-11 18:38 UTC

This package is not auto-updated.

Last update: 2026-04-12 01:37:56 UTC


README

Create a Skeleton Drupal 8 Module This plugin adds Drupal 8 Skeleton module functionality to composer

Add the following script to your composer.json file:

"scripts": {
    "drupal:create:module": "luketarplin\\drupalmoduleskeleton\\CreateModule::runTask"
},

To use issue the following command and follow the instructions:

composer drupal:create:module