bash

Bash generation library.

http://github.com/solidsnack/bash

Latest on Hackage:0.1.8

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Jason Dusek
Maintained by [email protected]

A library for generation of Bash scripts, handling escaping, statement grouping and expression formation at a high level.

The top-level module, Language.Bash, is all you need to import to access the package's functionality. The module Language.Bash.Lib contains some examples, as does the test script, tests.bash, included with the source distribution.