This project contains a variety of extensions for Entity Framework Code First, such as migrations and pluggable conventions. You can use conventions out of the box. You can now find it on NuGet. Just search for EntityFramework.Extras in Package Manager Search window. Alternatively, just type Install-Package EntityFramework.Extras in the package manager console.
Update 2/19/2012 I will likely remove migrations from the project at some point because Entity Framework now inlcudes migrations out of the box. This includes all features except defaults. Once that is done, I will remove migrations from the project.
Road Map: Columns and tables remaing Possibly support for other RDBMS (depending on demand)