Rake v/s thor
Rake is a general build script tool that is project-specific. In other words, you put your rakefile your project folder and in your project’s source control, and you create build and other automation tasks that are specific to your project in that rakefile. rake requires a rakefile to run. Thor is a general purpose command [...]
Posted in Technology | 1 Comment »