Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 382 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 382 Bytes

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