diff --git a/README.md b/README.md index 6118d3b..a8dcd04 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ A collection of utilities to help you build your Node-RED flows.

-## Overview +## Overview 🔦 ✨ Simplify and optimize your Node-RED flows with this versatile package! ✨ @@ -48,8 +48,17 @@ Whenever possible, native Node.js methods take precedence for maximum efficiency ![paring-config.png](docs/screenshot.png) +## Performance 🚀 + +All used libraries are treeshaked and included in the final bundle. + +**No extra dependencies are added** + +[Very small distribution](https://www.npmjs.com/package/@keload/node-red-contrib-ultimate-toolkit?activeTab=code) **size < 40kb**. + +## Features ✨ + -## Features ### → Array Utilities @@ -384,14 +393,6 @@ Whenever possible, native Node.js methods take precedence for maximum efficiency -## Performance - -All used libraries are treeshaked and included in the final bundle. - -**No extra dependencies are added** - -[Very small distribution](https://www.npmjs.com/package/@keload/node-red-contrib-ultimate-toolkit?activeTab=code) size < 40kb. - ## Contributing & Developer Experience This package is built using [node-red-dxp](https://www.npmjs.com/package/@keload/node-red-dxp), offering a blazing-fast and seamless way to develop Node-RED packages. diff --git a/build-readme.ts b/build-readme.ts index dca03ea..7c19f1f 100644 --- a/build-readme.ts +++ b/build-readme.ts @@ -28,7 +28,6 @@ for (const cat of allCategories) { } const featurePart = ` -## Features ${finalFeatures .map((cat) => { return `\n### → ${cat.title}\n\n
\n\n${cat.finalCatFns.map((v) => `― \`${v.name}\` \n\n ${v.description}`).join('\n\n')}`; @@ -70,7 +69,7 @@ A collection of utilities to help you build your Node-RED flows.

-## Overview +## Overview 🔦 ✨ Simplify and optimize your Node-RED flows with this versatile package! ✨ @@ -87,15 +86,17 @@ Whenever possible, native Node.js methods take precedence for maximum efficiency ![paring-config.png](docs/screenshot.png) -${featurePart} - -## Performance +## Performance 🚀 All used libraries are treeshaked and included in the final bundle. **No extra dependencies are added** -[Very small distribution](https://www.npmjs.com/package/@keload/node-red-contrib-ultimate-toolkit?activeTab=code) size < 40kb. +[Very small distribution](https://www.npmjs.com/package/@keload/node-red-contrib-ultimate-toolkit?activeTab=code) **size < 40kb**. + +## Features ✨ + +${featurePart} ## Contributing & Developer Experience This package is built using [node-red-dxp](https://www.npmjs.com/package/@keload/node-red-dxp), offering a blazing-fast and seamless way to develop Node-RED packages.