public
Fork of defunkt/sake
Description: System wide Rake.
Homepage: http://errtheblog.com/posts/60-sake-bomb
Clone URL: git://github.com/wycats/sake.git
readme!
defunkt (author)
Tue Jun 26 10:36:47 -0700 2007
commit  188c6ca337765d5d9bd39cfa7e957c2f4ee1945a
tree    5f0dfa09f6f402e3d0c75a3e60469fdc2523aa1f
parent  9b65fc8aec0581b5c6fdb32522067e7a639df230
0
...
27
28
29
30
31
32
33
34
35
36
 
37
38
39
 
 
40
41
42
...
69
70
71
 
72
73
74
...
27
28
29
 
 
 
30
31
32
 
33
34
35
 
36
37
38
39
40
...
67
68
69
70
71
72
73
0
@@ -27,16 +27,14 @@ Install tasks from a Rakefile, optionally specifying specific tasks.
0
 Examine the source of a Rake task.
0
   $ sake -e routes
0
 
0
-Want to share just a few tasks, bundle them up?
0
- $ sake -e routes remigrate > my_tasks.rake
0
-
0
 You can also examine the source of a task not yet installed.
0
   $ sake -e Rakefile db:remigrate
0
 
0
-Uninstall an installed task.
0
+Uninstall an installed task. (Can be passed one or more tasks.)
0
   $ sake -u db:remigrate
0
 
0
-Can be passed one or more tasks.
0
+Post a task to Pastie!
0
+ $ sake -p routes
0
 
0
 Invoke a Sake task.
0
   $ sake <taskname>
0
@@ -69,6 +67,7 @@ You can also daemonize your server for long term serving fun.
0
   * Josh Susser
0
   * Brian Donovan
0
   * Zack Chandler
0
+ * Dr Nic Williams
0
 
0
 == Author
0
 

Comments

    No one has commented yet.