snaplet-purescript alternatives and similar packages
Based on the "snaplet" category.
Alternatively, view snaplet-purescript alternatives based on common mentions on social networks and blogs.
-
snaplet-mongodb-minimalistic
Minimalistic MongoDB Snaplet. -
snaplet-wordpress
A haskell library that communicates with wordpress over its api. -
snaplet-amqp
A snaplet providing a convenience interface to the Haskell AMQP package. -
snaplet-hslogger
An HSLogger snaplet for snap (snap's logging facilities are poor and not configurable). -
snaplet-mandrill
A snaplet for providing mandrill configuration and a convenience runner. -
snaplet-recaptcha
A ReCaptcha snaplet with connection sharing.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of snaplet-purescript or a related project?
README
Snaplet for automatic recompilation of your Purescript project
Table of contents
- Adding
snaplet-purescript
to your snaplets - Requirements
- Use
snaplet-purescript
on a fresh project - Use
snaplet-purescript
on an existing project - Guide to the snaplet configuration
- Verbosity
- Automatic recompilation
- Bundle
- Pulp Path
- PureScript Path
- Psa Options
- Permissive Init
- Bundle Name
- Modules
- Hooks
Automatic recompilation
There are two compilation modes: CompileOnce
and CompileAlways
.
As the name implies, the former will run your Grunt psc task just
once, during the first load of your app.
The latter will run it everytime something under /purescript
is
demanded.
When you run your project using the devel
env, CompileAlways
is assumed. For all the other envs, production included, CompileOnce
is the default.
You can also control the verbosity of the snaplet choosing between
Verbose
or Quiet
.
Contributions
This library scratches my own itches, but please fork away! Pull requests are encouraged to implement the part of the API you need.