&tag(Rake);
*目次 [#ic3c26d7]
#contents
*関連ページ [#pa364404]
*参考情報 [#b32d7e30]

*概要 [#t0682dfa]
-RubyのMake的なもの。
-Ruby1.9以降標準添付されている。

*基本 [#j81424de]
-Rakefileを作成
#pre{{
task :hello do
  puts 'hello'
end

}}
-rake実行
#pre{{
 rake hello
}}

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS