Skip to content

Commit

Permalink
Merge 403cc11 into 50f26e0
Browse files Browse the repository at this point in the history
  • Loading branch information
ojkelly committed Feb 7, 2019
2 parents 50f26e0 + 403cc11 commit 89bed68
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/kerosene-feature-flags/readme.md
@@ -1,4 +1,10 @@
# Kerosene Feature Flag
# Kerosene Feature Flags

```
yarn add @kablamo/kerosene-feature-flag
npm install @kablamo/kerosene-feature-flag
```

A simple assertion style feature flag for use in CI/CD deployment pipelines, especially well suited to monorepos and Trunk Based Development.

Expand Down
6 changes: 6 additions & 0 deletions packages/kerosene-ui/readme.md
@@ -1,5 +1,11 @@
# 🔥 Kerosene-ui

```
yarn add @kablamo/kerosene-ui
npm install @kablamo/kerosene-ui
```

---

kablamo.com.au
8 changes: 8 additions & 0 deletions readme.md
Expand Up @@ -10,12 +10,20 @@ _Use Kerosene to make your project *lit*_ ⛽💥🔥. Made by [Kablamo](https:/

### Feature Flags

```
yarn add @kablamo/kerosene-feature-flags
```

A simple assertion style feature flag for use in CI/CD deployment pipelines, especially well suited to monorepos and Trunk Based Development.

[View Kerosene Feature Flags on npm](https://www.npmjs.com/package/@kablamo/kerosene-feature-flags)

### Kerosene-UI

```
yarn add @kablamo/kerosene-ui
```

React components to help with some common tasks.

[View Kerosene-UI on npm](https://www.npmjs.com/package/@kablamo/kerosene-ui)

0 comments on commit 89bed68

Please sign in to comment.