Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
πŸ“ update README.md with links to all the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Shiru committed Sep 14, 2023
1 parent 508a47c commit 44d24f7
Showing 1 changed file with 46 additions and 5 deletions.
51 changes: 46 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<img id="logo" alt="@vangware/ansi" src="https://libraries.vangware.com/logo.svg" height="72" />

πŸ“š Vangware libraries monorepo
πŸ“š [Visit our website][Vangware] libraries monorepo

## About Vangware

At Vangware, we passionately embrace bleeding-edge web technologies to create
high-quality and long-lasting software solutions. Our commitment to staying at
the forefront of technology is the driving force behind our work.
At [Visit our website][Vangware], we passionately embrace bleeding-edge web
technologies to create high-quality and long-lasting software solutions. Our
commitment to staying at the forefront of technology is the driving force behind
our work.

## Repository Overview

Expand All @@ -15,4 +16,44 @@ libraries and projects. By consolidating our resources here, we aim to
streamline development, enhance collaboration, and maintain a cohesive ecosystem
of tools and components.

[Visit our website](https://vangware.com)
## Libraries in this monorepo

- [πŸ–‡οΈ react-pair][react_pair] - Util to help with the paired hook pattern in
React.
- [πŸ–‡οΈ preact-pair][preact_pair] - Util to help with the paired hook pattern in
Preact.
- [⏲️ @vangware/cron][cron] - Cron Quartz and Cron UNIX expression parser.
- [πŸͺŸ @vangware/window-open-promise][window-open-promise] - Promised
`globalThis.open()`.
- [πŸ“£ @vangware/notify][notify] - Minimalistic Pub/Sub implementation.
- [πŸ” @vangware/iterables][iterables] - Iterable and AsyncIterable utils.
- [πŸ‘οΈβ€πŸ—¨οΈ @vangware/parsers][parsers] - Parsers without nonsense.
- [🧐 @vangware/predicates][predicates] - Predicate util functions
- [βš’οΈ @vangware/utils][utils] - Functional utils.
- [βœ… @vangware/test][test] - Legible deep-equality tests.
- [πŸ“Ÿ @vangware/ansi][ansi] - Functional CLI ANSI formatter.
- [❓ @vangware/prompts][prompts] - CLI interactive prompts.
- [🚧 @vangware/create-package][create-package] - Project creation script.
- [βš™οΈ @vangware/configs][configs] - Project configurations.
- [🏷️ @vangware/types][types] - Shared types.

<!-- Links -->

[react_pair]: https://libraries.vangware.com/modules/react_pair.html
[preact_pair]: https://libraries.vangware.com/modules/preact_pair.html
[cron]: https://libraries.vangware.com/modules/_vangware_cron.html
[window-open-promise]:
https://libraries.vangware.com/modules/_vangware_window_open_promise.html
[notify]: https://libraries.vangware.com/modules/_vangware_notify.html
[iterables]: https://libraries.vangware.com/modules/_vangware_iterables.html
[parsers]: https://libraries.vangware.com/modules/_vangware_parsers.html
[predicates]: https://libraries.vangware.com/modules/_vangware_predicates.html
[utils]: https://libraries.vangware.com/modules/_vangware_utils.html
[test]: https://libraries.vangware.com/modules/_vangware_test.html
[ansi]: https://libraries.vangware.com/modules/_vangware_ansi.html
[prompts]: https://libraries.vangware.com/modules/_vangware_prompts.html
[create-package]:
https://libraries.vangware.com/modules/_vangware_create_package.html
[configs]: https://libraries.vangware.com/modules/_vangware_configs.html
[types]: https://libraries.vangware.com/modules/_vangware_types.html
[vangware]: https://vangware.com

0 comments on commit 44d24f7

Please sign in to comment.