A monorepo-style collection of useful bits and pieces.
Use Kerosene to make your project lit ⛽💥🔥. Made by Kablamo
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
yarn add @kablamo/kerosene
Like lodash, but it's ours. Basically some pure functions that do stuff useful for anybody.
yarn add @kablamo/kerosene-ui
React components and other UI-related code to help with some common tasks.
yarn add --dev @kablamo/kerosene-test
Some useful testing tools for unit testing and stubbing.
yarn add @kablamo/kerosene-styles
Some useful stylings for UI-related code.
Copy an existing one and change what you need.
Manual intervention is required the first time you want to publish to npm.
From a terminal, run:
cd kerosene
yarn test