logo
首页技术栈工具库讨论
rake

rake

Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. Rake has the following 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. * Supports parallel execution of tasks.
由 
wangzuo2021-02-24 收录
--
推荐
不推荐
更多信息
GitHub iconruby/rake1923
RUBYGEMS
gem install rake
查看
标签
根据用户添加的标签生成
暂无标签