Skip to content

Commit

Permalink
📝 Add @acusti/parsing to main README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Mar 22, 2024
1 parent ba755ef commit 4e6a827
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Commits per month](https://img.shields.io/github/commit-activity/m/acusti/uikit?style=for-the-badge)](https://github.com/acusti/uikit/pulse)

_UI toolkit monorepo containing a React component library, UI utilities, a
drag-and-drop library, an [AWS AppSync](https://aws.amazon.com/appsync/)
generative AI LLM parser, an [AWS AppSync](https://aws.amazon.com/appsync/)
fetch utility, and more_

## Packages
Expand All @@ -22,6 +22,7 @@ fetch utility, and more_
| **[@acusti/dropdown][]** | [![latest version](https://img.shields.io/npm/v/@acusti/dropdown?style=flat-square)](https://www.npmjs.com/package/@acusti/dropdown) | React component that renders a dropdown UI element |
| **[@acusti/input-text][]** | [![latest version](https://img.shields.io/npm/v/@acusti/input-text?style=flat-square)](https://www.npmjs.com/package/@acusti/input-text) | React component that renders an uncontrolled text input |
| **[@acusti/matchmaking][]** | [![latest version](https://img.shields.io/npm/v/@acusti/matchmaking?style=flat-square)](https://www.npmjs.com/package/@acusti/matchmaking) | Utilities for approximate string matching (i.e. fuzzy search) |
| **[@acusti/parsing][]** | [![latest version](https://img.shields.io/npm/v/@acusti/parsing?style=flat-square)](https://www.npmjs.com/package/@acusti/parsing) | Loosely parse a string as JSON with numerous affordances for syntax errors |
| **[@acusti/post][]** | [![latest version](https://img.shields.io/npm/v/@acusti/post?style=flat-square)](https://www.npmjs.com/package/@acusti/post) | A promise-based node.js function for making graphql requests |
| **[@acusti/styling][]** | [![latest version](https://img.shields.io/npm/v/@acusti/styling?style=flat-square)](https://www.npmjs.com/package/@acusti/styling) | React component that renders a CSS string to the `<head>` |
| **[@acusti/textual][]** | [![latest version](https://img.shields.io/npm/v/@acusti/textual?style=flat-square)](https://www.npmjs.com/package/@acusti/textual) | Utilities for transforming and formatting text |
Expand Down Expand Up @@ -49,6 +50,8 @@ fetch utility, and more_
https://github.com/acusti/uikit/tree/main/packages/input-text
[@acusti/matchmaking]:
https://github.com/acusti/uikit/tree/main/packages/matchmaking
[@acusti/parsing]:
https://github.com/acusti/uikit/tree/main/packages/parsing
[@acusti/post]: https://github.com/acusti/uikit/tree/main/packages/post
[@acusti/styling]:
https://github.com/acusti/uikit/tree/main/packages/styling
Expand Down

0 comments on commit 4e6a827

Please sign in to comment.