Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
Yeast
Mixingbowl
=====

What is Yeast?
What is Mixingbowl?
---

Every other web framework has a really simple way to create a new project.
With Cake, it's "download this zip, unzip it, put this file here, change this value, etc..."

*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
---

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 <project_path>
mixingbowl create <project_path>
File renamed without changes.