Popularity
5.6
Declining
Activity
0.0
Stable
11
3
3

Monthly Downloads: 29
Programming language: Haskell
License: MIT License
Tags: Web     Snaplet    

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.

Do you think we are missing an alternative of snaplet-purescript or a related project?

Add another 'snaplet' Package

README

Build Status

Snaplet for automatic recompilation of your Purescript project

ps_repl

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.