Popularity
1.9
Declining
Activity
0.0
Stable
2
2
1

Monthly Downloads: 12
Programming language: Haskell
License: MIT License
Tags: Web     Feature    
Latest version: v0.2.1.2

feature-flipper alternatives and similar packages

Based on the "feature" category.
Alternatively, view feature-flipper alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of feature-flipper or a related project?

Add another 'feature' Package

README

flipper

CircleCI

A light-weight library providing an interface for minimally obtrusive feature toggles.

This library provides the main user interface and an in-memory feature flag storage adapter.

Persisted storage adapters (think Postgres, Redis, etc) will be created as separate packages.

This library is heavily inspired by @jnunemaker's work on Ruby's Flipper. Thanks for paving the way!

Installation

Add feature-flipper to your cabal file, then import Control.Flipper into your module.

Usage examples

Persistent storage adapters

If persisting your feature flags in Postgres is more your cup of tea, check out Flipper Postgres