Helper tool for Yesod, a Haskell-based web framework. All Yesod commands are invoked through the
stack
project manager. More information: https://github.com/yesodweb/yesod.
my-project
directory:stack new my-project yesod-sqlite
stack build yesod-bin cabal-install --install-ghc
stack exec -- yesod devel
stack exec -- yesod touch
stack exec -- yesod keter