Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yamadapc/hscaffold

Very simple file/directory structure scaffolding writer monad EDSL
https://github.com/yamadapc/hscaffold

Last synced: 3 months ago
JSON representation

Very simple file/directory structure scaffolding writer monad EDSL

Awesome Lists containing this project

README

        

# hscaffold
Very simple file/directory structure scaffolding writer monad EDSL
```haskell
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