Skip to content

Commit 08dd7a9

Browse files
docs: mention generator-helper and generator-component in README (#1729)
Co-authored-by: Harsh Shukla <harshshuklaa1104@gmail.com> Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
1 parent c3e6275 commit 08dd7a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This is a Monorepo managed using [Turborepo](https://turbo.build/) and contains
1212

1313
1. [React-sdk](apps/react-sdk): AsyncAPI React SDK is a set of components/functions to use React as render engine for the generator. This is the library that undestand components from Generator's templates that are configured to use `react` render engine.
1414

15+
1. [Generator-helpers](packages/helpers): A utility library that provides helper functions and utilities to simplify template development. It reduces boilerplate and speeds up template creation.
16+
17+
1. [Generator-components](packages/components): A library of reusable components that can be shared across different templates, helping to avoid duplication and accelerate template development.
18+
1519
> [!IMPORTANT]
1620
> **Deprecation Notice:** The Nunjucks renderer engine is deprecated and will be removed in future releases. We strongly recommend using the React renderer engine instead. You can find how to migrate from Nunjucks to React in the [migration guide](apps/generator/docs/nunjucks-depreciate.md)
1721

0 commit comments

Comments
 (0)