Skip to content

Instantly share code, notes, and snippets.

View zytzagoo's full-sized avatar

zytzagoo zytzagoo

View GitHub Profile
@zytzagoo
zytzagoo / composer-create-project-test.sh
Created October 9, 2017 15:02 — forked from beporter/composer-create-project-test.sh
Make the process of testing a `composer create-project` command easier by operating against your local working copy.
#!/usr/bin/env bash
# Allows you to test the create-project process using your local
# checked-out copy of the skeleton as the source. You MUST commit the
# changes you want to test to a git branch! You MUST name that branch
# as the first argument and the destination path to set up the fresh
# copy into as the second.
#
# Usage:
# - Place this script in your package's root directory and make it executable.
# - Set the PACKAGE_NAME variable below to match your composer.json's `name`.