Sha256: d142505aefb1b06580fa6b1ff7a6bdbf61994c926611899d6fc0ed72117b8741
Contents?: true
Size: 688 Bytes
Versions: 2
Compression:
Stored size: 688 Bytes
Contents
= Ratch == Welcome to Ratch Ratch is a Ruby-based Batch file system. It provides a Ruby-based DSL for creating utility/task scripts. It is similar in function to build tools, like Make, Ant, Maven, Rake, et al. But unlike these it stears clear of monolithic ? and instead more closely follows the "UNIX-way". == Installation $ gem install ratch Or download the tar.gz and install manually, $ tar -xvzf ratch-x.y.z.tar.gz $ cd ratch-x.y.z $ sudo task/setup For Windows users the last line will be: $ ruby task/setup == Usage Basic usage simply entails writing a script that utilizes Ratch's syntax. == License Copyright (c) 2007 Thomas Sawyer (Trans) GPL 3 ???
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ratch-0.2.1 | README |
ratch-0.2.2 | README |