Scaffolding

Component ID

1204336

Component name

Scaffolding

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

597

Component created

Component changed

Component body

A Drush command to fetch assorted site building and development modules and enable and configure a selected few.

Currently, it fetches devel, xray, and enabled_modules, and enables devel and views_ui (configuring views_ui to show the default master display and advanced options).

Placing the scaffold.drush.inc file within a directory used by Drush, such as ~/.drush.

The first time you develop in a project use scaffold-build:
drush sfb

Subsequently (after you have this code but your development database has been wiped and replaced with a copy of live or a new site install) use scaffold-enable:
drush sfe