Skip to content

Instantly share code, notes, and snippets.

View KeyboardCowboy's full-sized avatar

Chris Albrecht KeyboardCowboy

View GitHub Profile
@q0rban
q0rban / Makefile
Last active March 7, 2016 14:24
Example Project Makefile and shell scripts for use with Tugboat.
#
# Makefile for Project Foo
#
# Includes commands for Tugboat. Feel free to expand with custom project
# commands.
#
# This is called during "tugboat init", after all of the service containers have
# been built, and the git repo has been cloned. This can be used for things like
# installing additional libraries that don't come built-in to the tugboat
@juampynr
juampynr / mymodule.php
Last active August 29, 2015 14:07
Database update with Batch API template
<?php
/**
* @file mymodule.install
* Install hooks for mymodule.
*/
/**
* Description of what the database update does. Do not use "Implements..." since it adds
* zero information and makes reading the list of pending database updates in Drush harder
* to read.