Skip to content
EntityQ1968674· pop 12· linked from 55 articles

Make-like tool written in Ruby

Official website

Rake -- Ruby Make

Rake -- Ruby Make: github. github.

ruby.github.io

Link to the official site · 8,411 chars · not written by Vinony

Wikidata facts

Official website
ruby.github.io/rake
Show 6 more facts
Stack Exchange tag
stackoverflow.com/tags/rake
source code repository URL
github.com/ruby/rake
copyright license
MIT License
software quality assurance
continuous integration
software version identifier
13.4.2
programmed in
Q161053
Sources (5)

via Wikidata · CC0

Article · 日本語

Rakeは、ビルドツールの一種。SConsやmakeと似ているが、いくつかの違いがある。このツールはRubyで書かれており、Rakefile(Makefileと同等のファイル)はRubyの文法を採用している。最初の作者は Jim Weirich。 RakeはRubyの無名関数ブロックを使い、各種タスクを定義する。一般的なタスクのライブラリがあり、一般的なファイル操作タスク、生成したファイルを削除するタスク(いわゆる clean タスク)などがある。makeと同様、Rake はパターンに基づいてタスクを合成できる(例えば、ファイル名パターンに基づいてファイルのコンパイルタスクを自動的に構築するなど)。Rakeは Ruby 1.9 から標準ライブラリの一部となっている。

Abstract from DBpedia / Wikipedia · CC BY-SA