Skip to content

shamanjs/shaman-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

real-time application framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published