1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:13:50 +02:00

yesod: tweak main description (#1362)

This commit is contained in:
Waldir Pimenta 2017-05-01 20:11:23 +01:00 committed by GitHub
parent 90f24d07fb
commit b893232f48

View file

@ -1,9 +1,9 @@
# yesod
> A framework to develop Haskell web applications.
> All yesod commands are invoked through the `stack` project manager.
> Helper tool for Yesod, a Haskell-based web framework.
> All Yesod commands are invoked through the `stack` project manager.
- Create a new scaffolded site with sqlite as backend in `my-project` directory:
- Create a new scaffolded site, with sqlite as backend, in the "my-project" directory:
`stack new {{my-project}} {{yesod-sqlite}}`