DevOps

Rake – make-like build utility for Ruby

Rake is a Make-like program implemented in Ruby.

Tasks and dependencies are specified in standard Ruby syntax.

This is free and open source software.

Key Features

  • Rakefiles (rake’s version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?)
  • Users can specify tasks with prerequisites.
  • Rake supports rule patterns to synthesize implicit tasks.
  • Flexible FileLists that act like arrays but know about manipulating file names and paths.
  • A library of prepackaged tasks to make building rakefiles easier. For example, tasks for building tarballs. (Formerly tasks for building RDoc, Gems, and publishing to FTP were included in rake but they’re now available in RDoc, RubyGems, and rake-contrib respectively).
  • Supports parallel execution of tasks.

Website: ruby.github.io/rake
Support: GitHub Code Repository
Developer: Jim Weirich
License: MIT License

Rake is written in Ruby. Learn Ruby with our recommended free books and free tutorials.


Related Software

Build Systems
CargoRust package manager
gulpToolkit to automate & enhance your workflow
BazelBuild and test your multi-language, multi-platform projects
Apache MavenBuild automation tool used primarily for Java projects
GradleBuild tool with a focus on build automation and support for multi-language
MesonNext-generation build system
sbtExtensible task and dependency tool for Scala projects
CMakeFamily of tools designed to build, test and package software
Buck2Encourages the creation of small, reusable modules
LeiningenAutomating Clojure projects
GruntJavaScript Task Runner
NinjaSmall build system with a focus on speed
MillFast, flexible task runner for JVM-based software projects
xmakeCross-platform build utility based on Lua
SConsSoftware construction tool
PantsScalable build system for monorepos
PHingBuild system based on Apache Ant
PleaseFast cross-language automation for large codebases
Rakemake-like build utility for Ruby
Apache AntTool for automating software build processes
Rebar3Feature-rich project and dependency tool for Erlang applications
CabalCommon Architecture for Building Applications and Libraries
FASTBuildHigh-performance tool with caching and distributed processing
DuneComposable project automation tailored to the OCaml ecosystem
build2Native cross-platform toolchain for C and C++ projects

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our carefully curated directory of recommended free and open source software, covering every major software category.

The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more.

Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted