Skip to content

KablamoOSS/kerosene

Repository files navigation

Kerosene

A monorepo-style collection of useful bits and pieces.

Use Kerosene to make your project lit ⛽💥🔥. Made by Kablamo

Coverage Status Code Count Comment Count COCOMO Estimate

Modules Index

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

Kerosene

yarn add @kablamo/kerosene

Like lodash, but it's ours. Basically some pure functions that do stuff useful for anybody.

View Kerosene on npm

Kerosene-UI

yarn add @kablamo/kerosene-ui

React components and other UI-related code to help with some common tasks.

View Kerosene-UI on npm

Kerosene-Test

yarn add --dev @kablamo/kerosene-test

Some useful testing tools for unit testing and stubbing.

View Kerosene-Test on npm

Kerosene-Styles

yarn add @kablamo/kerosene-styles

Some useful stylings for UI-related code.

View Kerosene-Styles on npm

FAQ

How do I create a new package?

Copy an existing one and change what you need.

Manual intervention is required the first time you want to publish to npm.

How do I run the tests?

From a terminal, run:

cd kerosene
yarn test