Sha256: 9c0616d311f544f8ac8876f0077c739a615fdb26c36fbfc5aec69315e70918e7

Contents?: true

Size: 776 Bytes

Versions: 4

Compression:

Stored size: 776 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 design 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.
See lib/ratch/toolset/ruby for examples.


== Copying

Copyright (c) 2007 T. Sawyer (Psi T. Corp)

Ratch is distributed under the terms of the GPLv3.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ratch-0.2.3 README
ratch-0.4.0 README
ratch-0.3.0 README
ratch-0.4.1 README