packages feed

trurl 0.3.0.0 → 0.3.0.1

raw patch · 1 files changed

+5/−3 lines, 1 files

Files

trurl.cabal view
@@ -1,19 +1,21 @@ name:                trurl-version:             0.3.0.0+version:             0.3.0.1 synopsis:            Haskell template code generator description:     Trurl is a haskell project and code generating utility. Use it for scaffolding your projects and entities.-    .     Quick start:     .             cabal update+    .                     cabal install trurl+    .                     trurl create MyProject scotty-mysql+    .                     cd MyProject/src+    .                     trurl new Comment scotty-entity 'props:[comment#String, author#String!]'     .     Trurl allows creating your own templates for projects as well as for files. Just put them to ~/.trurl/repo.       -    .     For more details read here http://github.com/dbushenko/trurl      homepage:            http://github.com/dbushenko/trurl