Ballpark is a tool that allows developers to estimate programming and/or design gigs. The idea is to give potential clients a summary of the project breakdown, where the expensive parts live, and so on.
But most importantly, it’s a way for you to justify why you’re charging so much :-)
git clone git://github.com/rpheath/ballparkit.git
From the project root…
mv database.yml.example database.yml
(configure database.yml)
rake gems:install
rake db:create:all
rake db:schema:load
rake db:test:prepare
rake tests:run
(ensure tests pass)
script/server
Ballpark is completely open-source. Fork it. Host it. Enjoy it.
© 2009 Ryan Heath, released under the MIT license