Rake
Rake
https://github.com/ruby/rake
ruby make-like utility
Rake is a simple ruby build program with capabilities similar to make.
Rake has the following features: * Rakefiles (rakes 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 sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Debian: Caitlin Matos <caitlin.matos@zoho.com>
Verified on
19 September 2014
Notes
License: expat
Leaders and contributors
Contact(s) | Role |
---|---|
Jim Weirich | contact |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Debian (Ref) | https://tracker.debian.org/pkg/rake | |
Python (Ref) | https://pypi.org/project/rake | |
Download | https://github.com/jimweirich/rake | |
Ruby (Ref) | https://rubygems.org/gems/rake |
Software prerequisites
Kind | Description |
---|---|
Required to use | Ruby 1.9.3 or later |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.