https://github.com/jacobbednarz/drupal-utils
My Drupal toolkit for managing large docroots.
https://github.com/jacobbednarz/drupal-utils
Last synced: about 1 month ago
JSON representation
My Drupal toolkit for managing large docroots.
- Host: GitHub
- URL: https://github.com/jacobbednarz/drupal-utils
- Owner: jacobbednarz
- License: mit
- Created: 2013-07-05T11:53:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T22:33:32.000Z (about 10 years ago)
- Last Synced: 2025-02-07T13:54:08.917Z (3 months ago)
- Language: Shell
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drupal Utilities
This is my toolkit of Drupal utilities that have come to creation whilst trying
to manage a large docroot.### Included
* `multi-site-tasks.sh` - Run a series of drush commands on all sites.
### Usage
For full usage, see the file you are wishing to execute as each file includes a
description on use and what it does.### Contributing
Interested in contributing? Awesome! Here are some thing to keep in mind:
* Include some documentation for your script. Here is a good example:
```bash
#!/usr/bin/env bash
#
# Run mutliple commands within the multisite environments.
#
# Usage:
# ./multiple-site-tasks.sh
```* Open a pull request with your changes.