UNPKG

creature-features

Version:
31 lines (26 loc) 1.78 kB
<!DOCTYPE html> <html lang="en"> <head> <title>Creature-Features - Dead simple feature flags - Kevin Isom</title> <link rel="stylesheet" type="text/css" href="styles.css" /> <link rel="stylesheet" type="text/css" href="extend.css" /> <meta name="description" content="{description}" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.14.2/styles/github.min.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:title" content="Creature-Features - Dead simple feature flags - Kevin Isom" /> <meta property="og:type" content="website" /> <meta property="og:description" content="Creature-Features - Dead simple feature flags, a JavaScript library by Kevin Isom. Creature-Features allows feature flags based on json configuration files and supports true/false, custom rules, and weighted checks." /> <meta property="og:url" content="https://kevinisom.info/creature-features" /> <meta property="og:image" content="https://avatars3.githubusercontent.com/u/62547?s=400&amp;v=4" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@kev_nz" /> <meta name="twitter:title" content="Creature-Features - Dead simple feature flags - Kevin Isom" /> <meta name="twitter:description" content="Creature-Features - Dead simple feature flags, a JavaScript library by Kevin Isom. Creature-Features allows feature flags based on json configuration files and supports true/false, custom rules, and weighted checks." /> <meta name="twitter:image" content="https://avatars3.githubusercontent.com/u/62547?s=400&amp;v=4" /> </head> <body> <div class="container">