Drush features_add_component

Component type

module

Maintenance status

Development status

Component created

Component changed

This repository is a drush extension, which provides a drush "interface" over the drush feature export function.

Command

  • drush features_add_component (fac)

Usage

  1. Choose a component type
  2. Choose a component
  3. Choose a feature

Install
To install this drop this script inside a folder in your .drush folder.

Drush update modules

Component type

module

Categories

Maintenance status

Development status

Downloads

40

Component created

Component changed

Provides drush hooks to allow 'update modules' to be installed before or after hook_update_N() is run.

This allows projects where lots of updates are being added to do so without worrying about merge conflicts.

Update modules should have the following in their .info in order to get picked up:

update type = before

Or

update type = after

All logic should happen in hook_install()

Drush.Recipes Service

Component type

module

Categories

Maintenance status

Development status

Downloads

409

Component created

Component changed

These are the modules, recipes and features used for setting up your own http://drush.recipes style web service.

These modules by them self probably aren't useful. You can build you own working drush.recipes style web service by cooking the recipe.
drush cook http://drush.recipes/sites/default/files/recipes/drecipe_uploads/drush_r...

GO1 Base

Component type

module

Categories

Maintenance status

Development status

Downloads

1707

Component created

Component changed

Provide some more API for developer to work with Drupal (7).

Install

drush dl go1_base
drush go1r go1_base

Requirements:

If you do have drush installed on your machine. You can download these libraries manually, then at them to ./sites/all/libraries.

GO1 UI

Component type

module

Categories

Maintenance status

Development status

Downloads

1317

Component created

Component changed

Development tools

  • /go1/twig — Form to execute Twig template.
  • /go1/sql - Form to execute SQL queries.
  • /devel/php — Form to execute PHP code with codemirror style, require devel module.
  • /go1/icon — List available font-icons
  • /admin/reports/documentation/go1_base/entity-templates — Browse enabled entity templates.
  • /admin/reports/documentation/go1_base/routes — Browse defined routes.
  • /admin/reports/documentation/go1_base/source/ — Browse source code of enabled modules.
  • /admin/config/development/performance â

Empty

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is used to delete structure & content in the site. Structure in the sense content types,
taxonomies, users, menus.

This is mainly a developer tool, which gives wide range options to clean your site.

Delete contents and content types

Delete Taxonomies and terms

Delete Users and roles

Delete menus or menu links