Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Rake Task Management Essentials [Repost]

Posted By: Free butterfly
Rake Task Management Essentials  [Repost]

Rake Task Management Essentials by Andrey Koleshko
English | 21 Apr. 2014 | ISBN: 1783280778 | 122 Pages | PDF | 1 MB

Deploy, test, and build software to solve real-world automation challenges using Rake

Overview
Solve real-world automation challenges with human readable code.
Build or deploy an application package quickly.
Easy-to-follow instructions to speed up tasks and manage them efficiently.

In Detail

Rake is a build automation tool written in Ruby. It allows you to specify tasks and describe dependencies as well as group tasks in a namespace. Rake uses Ruby's anonymous function blocks to define various tasks, allowing the use of the Ruby syntax. Rake's goal is to automate build processes quickly and expressively.