Skip to content

Instantly share code, notes, and snippets.

@funkytek
Created September 17, 2012 23:20
Show Gist options
  • Save funkytek/3740373 to your computer and use it in GitHub Desktop.
Save funkytek/3740373 to your computer and use it in GitHub Desktop.
shamanProfile
module.exports =
default:
name: "Fractal"
github: "wearefractal"
website: "www.wearefractal.com"
email: "contact@wearefractal.com"
new: (jobs) ->
exec 'git init'
exec 'npm install'
exec 'npm link shaman'
exec 'sublime . &'
setTimeout -> exec 'grunt', 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment