From 04d2732ce1c9ac22b28ca6e4569f558db1ca6e63 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 19 Jan 2024 22:42:44 +0100 Subject: [PATCH] docs: Add bebbi-scripts (#241) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2f12b8fb..f3fe3352 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,9 @@ Again, this is a very specific-to-me solution. - [Rollpkg](https://github.com/rafgraph/rollpkg) - convention over config build tool to create packages with TypeScript and Rollup. +- [bebbi-scripts](https://github.com/bebbi/bebbi-scripts) - like kcd-scripts but + ✅ tsc, ✅ `esm`/`cjs`/`types`, ✅ in TS, ✅ yarn 3, ✅ init package.json, + ✅ yarn workspace, ✅ extensible (babel, storybook, ..), 🚫 yarn pnp, 🚫 npm ## Issues