@hackage hscaffold0.4.5.0

Very simple file/directory structure scaffolding writer monad EDSL

hscaffold

Very simple file/directory structure scaffolding writer monad EDSL

runHscaffold "." $ do
    file "./.gitignore" (Text.unlines [ ".stack-work"
                                      , "stuff"
                                      , "here"
                                      ])
    directory "./src" $ do
        file "./Main.hs" "main = putStrLn \"Hello World\""
        file "./Other.hs" "other = putStrLn \"Hello You\""

License

MIT

  • Installation

  • Dependencies (0)

  • Dependents (0)