Created
September 17, 2012 23:20
-
-
Save funkytek/3740373 to your computer and use it in GitHub Desktop.
shamanProfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment