franzejr / best-ruby

Ruby Tricks, Idiomatic Ruby, Refactoring and Best Practices
http://franzejr.github.io/best-ruby/
2.39k stars 219 forks source link

Add Rakefile to auto generate README from source #17

Closed ezekg closed 8 years ago

ezekg commented 8 years ago

As mentioned in https://github.com/franzejr/ruby-tricks/issues/16. This might help make things easier as this project gets larger and larger. Run with:

rake build

It reads a new CONTRIBUTORS.md file to build out the list of contributors. The rest is contained within the Rakefile itself. Yay or nay, just thought I'd contribute to this project in some way. :+1:

franzejr commented 8 years ago

THANK YOU, @ezekg !! It was really an awesome contribution!! Later we may add a short description about each trick! :+1:

franzejr commented 8 years ago

hey @rafaelsales, look at this!

rafaelsales commented 8 years ago

@ezekg sooo awesome!

I think it's worth mentioning to run the rake task in the "Contributing" section so the PR includes updates in README