From f6101597dc7651cd2d64d2b46c8b23082ad2de75 Mon Sep 17 00:00:00 2001 From: Matt Auer Date: Wed, 7 Feb 2024 11:34:31 -0600 Subject: [PATCH] docs: add description for new packages --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7e28ee..884610f 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,14 @@ Common libraries for Fuel frontend development. - changeset: handles the changelog for keeping track of changes. - eslint-plugin: common linting rules for Fuel frontend projects. - jest: common test mocks and test setup for Fuel frontend projects. -- local-storage: custom localStorage class used by Fuel frontend porjects. +- local-storage: custom localStorage class used by Fuel frontend projects. - prettier-config: common prettier configuration for Fuel frontend projects. +- react: react hooks for interacting with a Fuel wallet. - react-xstore: custom react state management library used alongside xstate. +- test-utils: test utilities and mocks for interacting with the Fuel wallet. - ts-config: common ts-config for Fuel frontend projects. - tsup-config: common tsup configruation for Fuel frontend projects. ## 📜 License -This repo is licensed under the `Apache-2.0` license. See [`LICENSE`](./LICENSE) for more information. \ No newline at end of file +This repo is licensed under the `Apache-2.0` license. See [`LICENSE`](./LICENSE) for more information.