From 335b15a12c31c2ff59b9ed81ad167a34cee332ed Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Tue, 1 Mar 2011 15:22:00 +0000 Subject: [PATCH 1/2] Correct name --- yeast => mixingbowl | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename yeast => mixingbowl (100%) diff --git a/yeast b/mixingbowl similarity index 100% rename from yeast rename to mixingbowl From 8eed31ccc6dec4e5d5827a2d39a501ba5df58147 Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Tue, 1 Mar 2011 15:24:08 +0000 Subject: [PATCH 2/2] Correct name in dox --- README.markdown | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.markdown b/README.markdown index 0264418..fcd5259 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,7 @@ -Yeast +Mixingbowl ===== -What is Yeast? +What is Mixingbowl? --- Every other web framework has a really simple way to create a new project. @@ -9,12 +9,12 @@ With Cake, it's "download this zip, unzip it, put this file here, change this va *This sucks, big time.* -Yeast is an attempt to fix this. It's a little bash script to manage your versions +Mixingbowl is an attempt to fix this. It's a little bash script to manage your versions of CakePHP and create projects easily. Installation ---- -Get the "yeast" file, drop it in your path somewhere and make it executable. +Get the "mixingbowl" file, drop it in your path somewhere and make it executable. Usage @@ -22,16 +22,16 @@ Usage Install CakePHP 1.3 (cake code stored in /usr/lib/cakephp by default) - sudo yeast install 1.3 + sudo mixingbowl install 1.3 Uninstall CakePHP 1.3 - sudo yeast uninstall 1.3 + sudo mixingbowl uninstall 1.3 Show installed versions - yeast list + mixingbowl list Create a new project - yeast create + mixingbowl create