Development Meta module
Component ID
1933558
Component name
Development Meta module
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
8669
Component created
Component changed
Component body
This is a simple meta module. It installs the key tools for building Drupal
sites. When you disable or uninstall the module it removes the dependencies
for you too.
To start using meta_dev you can use one of the following methods:
Drush Make
Include the following entry in your drush make file
; Include dev tools
projects[meta_dev][subdir] = "dev"
Download and Enable with Drush
Run the following command to download and enable meta_dev and all the
dependencies:
$ drush dl meta_dev && drush en -y meta_dev
Do it All Manually
I don't encourage the use of this method. You can download all of the dependencies
manually and enable meta_dev via the modules page (admin/modules). You'll need
the following modules:
- devel
- devel_contrib
- Dev Roles Users
- Masquerade
- Search Krumo
Coder(7.x-1.x only)