shaman
put something like this in ~/shaman/profile.coffee
module.exports =
default:
name: "Fractal"
github: "wearefractal"
website: "www.wearefractal.com"
email: "[email protected]"
new: (jobs) ->
exec 'git init'
exec 'npm install'
exec 'npm link shaman'
exec 'sublime . &'
setTimeout -> exec 'grunt', 300