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.
-
ShellCheck
ShellCheck, a static analysis tool for shell scripts -
hadolint
Dockerfile linter, validate inline bash, written in Haskell -
fay-base
A proper subset of Haskell that compiles to JavaScript -
retrie
Retrie is a powerful, easy-to-use codemodding tool for Haskell. -
criterion
A powerful but simple library for measuring the performance of Haskell code. -
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
haskell-lsp
Haskell library for the Microsoft Language Server Protocol -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
gtk2hs-buildtools
GUI library for Haskell based on GTK+ -
inline-c
Write Haskell source files including C code inline. No FFI required. -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell. -
c2hs
c2hs is a pre-processor for Haskell FFI bindings to C libraries -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine -
lambdabot
A friendly IRC bot and apprentice coder, written in Haskell.
Build time-series-based applications quickly and at scale.
Do you think we are missing an alternative of yesod-fast-devel or a related project?
Popular Comparisons
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 (maybecabal-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
- We do this for you through
$ yesod-fast-devel
- An auto-reload process is running on port
4000
(http://localhost:4000), proxying requests to your app.
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.