Skip to content

Instantly share code, notes, and snippets.

View mattbowen's full-sized avatar

Matt Bowen mattbowen

View GitHub Profile
@jgarber623
jgarber623 / create-front-end-project.sh
Created January 14, 2011 22:25
A simple script that pulls my version of the HTML5 Boilerplate into a folder (passed to the script as an argument), removes Git-related files, and opens the new folder in TextMate.
#!/bin/bash
############################################################
# create-front-end-project.sh
# Builds a project directory based on the following pattern:
#
# /[target_directory]
# images/
# content/
# layout/