Skip to content

Commit

Permalink
chore: list packages
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Sep 17, 2024
1 parent 0d906ed commit 18df5d0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,37 @@ common.ts is a set of NPM packages used at GloCurrency
![npm bundle size](https://packagephobia.com/badge?p=@glocurrency/storage)
![npm](https://img.shields.io/npm/v/@glocurrency/storage)

- [`@glocurrency/money`](./packages/money/README.md): Money helpers.

![npm](https://img.shields.io/npm/dm/@glocurrency/money)
![npm bundle size](https://packagephobia.com/badge?p=@glocurrency/money)
![npm](https://img.shields.io/npm/v/@glocurrency/money)

- [`@glocurrency/time`](./packages/time/README.md): Time helpers.

![npm](https://img.shields.io/npm/dm/@glocurrency/time)
![npm bundle size](https://packagephobia.com/badge?p=@glocurrency/time)
![npm](https://img.shields.io/npm/v/@glocurrency/time)

- [`@glocurrency/use-form`](./packages/use-form/README.md): A React hook to help manage form data.

![npm](https://img.shields.io/npm/dm/@glocurrency/use-form)
![npm bundle size](https://packagephobia.com/badge?p=@glocurrency/use-form)
![npm](https://img.shields.io/npm/v/@glocurrency/use-form)

- [`@glocurrency/use-get`](./packages/use-get/README.md): A React hook to interact with APIs.

![npm](https://img.shields.io/npm/dm/@glocurrency/use-get)
![npm bundle size](https://packagephobia.com/badge?p=@glocurrency/use-get)
![npm](https://img.shields.io/npm/v/@glocurrency/use-get)

- [`@glocurrency/ui`](./packages/ui/README.md): React components.

![npm](https://img.shields.io/npm/dm/@glocurrency/ui)
![npm bundle size](https://packagephobia.com/badge?p=@glocurrency/ui)
![npm](https://img.shields.io/npm/v/@glocurrency/ui)


## Development

### Local
Expand Down

0 comments on commit 18df5d0

Please sign in to comment.