Revision 24a8c77acaffbc332d48b84499c6de9b8a43dc26 authored by Ryan VanderMeulen on 09 April 2016, 13:32:20 UTC, committed by Ryan VanderMeulen on 09 April 2016, 13:32:20 UTC
--HG--
extra : source : 3ac7e12ebbeb448a690e9ba56dceebaad6e68f5c
extra : intermediate-source : fb9fa2ae37c9b600ca048c7e73cda8c389e42fc1
1 parent 06a1a73
Raw File
README.rst
====
mach
====

Mach (German for *do*) is a generic command dispatcher for the command
line.

To use mach, you install the mach core (a Python package), create an
executable *driver* script (named whatever you want), and write mach
commands. When the *driver* is executed, mach dispatches to the
requested command handler automatically.

To learn more, read the docs in ``docs/``.
back to top