Rake is a Make-like program implemented in Ruby
https://github.com/ruby/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.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:darix:apps/rubygem-rake && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| gem2rpm.yml | 0000001648 1.61 KB | |
| rake-13.2.1.gem | 0000085504 83.5 KB | |
| rubygem-rake.changes | 0000001724 1.68 KB | |
| rubygem-rake.spec | 0000002208 2.16 KB |
Comments 0