Popularity
4.1
Declining
Activity
0.0
Stable
0
4
3

Monthly Downloads: 4
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Development    

yesod-fast-devel alternatives and similar packages

Based on the "Development" category.
Alternatively, view yesod-fast-devel alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of yesod-fast-devel or a related project?

Add another 'Development' Package

README

yesod-fast-devel


Fast live-reloading for yesod applications.

Forked from fast-yesod-devel

Install

$ git clone [email protected]:haskellbr/yesod-fast-devel
$ stack install

Usage

  • Have browser-sync installed (npm install -g browser-sync)
  • Have foreign-store on the cabal file (maybe cabal-add foreign-store)
  • Patch your "develmain" to write the current time to a devel-main-since file on reload
    • We do this for you through yesod-fast-devel init
$ yesod-fast-devel

Example using Spock

The git-issues project shows how you can use this with Spock applications.

License

This code is published under the BSD-3 license.


*Note that all licence references and agreements mentioned in the yesod-fast-devel README section above are relevant to that project's source code only.