Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-berard committed Jan 9, 2025
1 parent bf61538 commit 62c18f9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A collection of utilities to help you build your Node-RED flows.
</a>
</p>

## Overview
## Overview 🔦

✨ Simplify and optimize your Node-RED flows with this versatile package! ✨

Expand All @@ -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

Expand Down Expand Up @@ -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.

Expand Down
13 changes: 7 additions & 6 deletions build-readme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ for (const cat of allCategories) {
}

const featurePart = `
## Features
${finalFeatures
.map((cat) => {
return `\n### → ${cat.title}\n\n<hr>\n\n${cat.finalCatFns.map((v) => `― \`${v.name}\` \n\n ${v.description}`).join('\n\n')}`;
Expand Down Expand Up @@ -70,7 +69,7 @@ A collection of utilities to help you build your Node-RED flows.
</a>
</p>
## Overview
## Overview 🔦
✨ Simplify and optimize your Node-RED flows with this versatile package! ✨
Expand All @@ -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.
Expand Down

0 comments on commit 62c18f9

Please sign in to comment.