@hackage / hscaffold

Very simple file/directory structure scaffolding writer monad EDSL

Latest0.4.5.0

About

Metadata

  • Last updated , by yamadapc
  • License MIT
  • Categories Development
  • Maintained by: tacla.yamada@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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