1.0.1 • Published 7 years ago

generator-drupal-module v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Drupal Module Generator!

Build Status Coverage Status Code Climate

Fast and easy way to setup a module scaffolding with the most important files and functions you need to start developing.

Usage

Install Yeoman and this generator:

npm install -g yo generator-drupal-module

And then go to sites/all/modules and type:

yo drupal-module

And answer some questions to get started.

Generated file structure:

For now it creates .info-file, .module-file and .install-file with a couple of hooks that are pretty common.

Modulefolder
  |- modulename.info
  |- modulename.install
  |- modulename.module
  |- templates

Planned:

  1. More hooks
  2. Other useful stuff? (know of something you think others also could benefit from? create an issue)
1.0.1

7 years ago

1.0.0

8 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago