handsy-0.0.3: A DSL to describe common shell operations and interpeters for running them locally and remotely.

Safe HaskellNone
LanguageHaskell2010

System.Handsy

Contents

Synopsis

Types

TH generated actions

appendFile :: forall m. MonadFree HandsyF m => FilePath -> ByteString -> m () Source

writeFile :: forall m. MonadFree HandsyF m => FilePath -> ByteString -> m () Source

Helpers

Interpreter

run :: Handsy a -> IO a Source

Executes the actions locally