Sha256: 938d3a58960433da0fb2cd5e8e105bcebff05bd54b2b0a8e3607e94cdd59c025

Contents?: true

Size: 713 Bytes

Versions: 1

Compression:

Stored size: 713 Bytes

Contents

exctl
=====

Project-specific command dispatcher using DRY and convention-over-configuration principles as much as possible.

So for a given project you will be able to create a command heirarchy (think `git *` or `gem *`- now you can make
`my-project *`) with the ability to detect and document (for command-line help as well as manpages) new tasks etc.

This allows you to have development-related tasks, packaging/installing/deployment-related tasks, and of course
runtime tasks (such as running the application).

Why? Because I've reimplemented this so many times for specific projects that I'm finally abstracting it.

Copyright
---------

Copyright (c) 2013 Joseph Wecker. See LICENSE for further details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exctl-0.0.1 README.md