Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loucyx/lou.codes

📚 Lou's libraries monorepo.
https://github.com/loucyx/lou.codes

fp functional javascript libraries monorepo preact pure react typescript utils

Last synced: 1 day ago
JSON representation

📚 Lou's libraries monorepo.

Awesome Lists containing this project

README

        

@lou.codes/ansi

📚 [Lou's Code][lou.codes] libraries monorepo

> [!CAUTION]
>
> This monorepo is being migrated to [JSR](https://jsr.io) under the a new
> brand: [Coven Engineering](https://coven.engineering). Once the migration is
> done, all packages in this monorepo will be marked as deprecated and a
> migration path will be offered.

## About Lou Cyx

I'm Lou, a web developer, hobbyist DJ and casual gamer based in Chicago,
Illinois. I love to write open source libraries embracing bleeding-edge web
technologies to create high-quality and long-lasting solutions.

## Repository Overview

This monorepo serves as the central hub for my collection of libraries and
projects. By consolidating my resources here, I aim to streamline development,
and maintain a cohesive ecosystem of tools and components.

## Libraries in this monorepo

- [🧙 functional-expression][functional_expression] - Functional Regular
expression builder
- [🖇️ 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.
- [🪟 window-open-promise][window-open-promise] - Promised `globalThis.open()`.
- [📟 @lou.codes/ansi][ansi] - Functional CLI ANSI formatter.
- [⚙️ @lou.codes/configs][configs] - Project configurations.
- [🔢 @lou.codes/constants][constants] - Shared constants.
- [🚧 @lou.codes/create-package][create-package] - Project creation script.
- [⏲️ @lou.codes/cron][cron] - Cron Quartz and Cron UNIX expression parser.
- [↔️ @lou.codes/diff][diff] - Deep diffing utility.
- [🔁 @lou.codes/iterables][iterables] - Iterable and AsyncIterable utils.
- [🧮 @lou.codes/math][math] - Precise basic math operations.
- [📣 @lou.codes/notify][notify] - Minimalistic Pub/Sub implementation.
- [👁️‍🗨️ @lou.codes/parsers][parsers] - Parsers without nonsense.
- [🧐 @lou.codes/predicates][predicates] - Predicate util functions
- [❓ @lou.codes/prompts][prompts] - CLI interactive prompts.
- [✅ @lou.codes/test][test] - Legible deep-equality tests.
- [🏷️ @lou.codes/types][types] - Shared types.
- [⚒️ @lou.codes/utils][utils] - Functional utils.

[ansi]: https://lou.codes/libraries/lou_codes_ansi/
[configs]: https://lou.codes/libraries/lou_codes_configs/
[constants]: https://lou.codes/libraries/lou_codes_constants/
[create-package]: https://lou.codes/libraries/lou_codes_create_package/
[cron]: https://lou.codes/libraries/lou_codes_cron/
[diff]: https://lou.codes/libraries/lou_codes_diff/
[functional_expression]: https://lou.codes/libraries/functional_expression/
[iterables]: https://lou.codes/libraries/lou_codes_iterables/
[lou.codes]: https://lou.codes
[math]: https://lou.codes/libraries/lou_codes_math/
[notify]: https://lou.codes/libraries/lou_codes_notify/
[parsers]: https://lou.codes/libraries/lou_codes_parsers/
[preact_pair]: https://lou.codes/libraries/preact_pair/
[predicates]: https://lou.codes/libraries/lou_codes_predicates/
[prompts]: https://lou.codes/libraries/lou_codes_prompts/
[react_pair]: https://lou.codes/libraries/react_pair/
[test]: https://lou.codes/libraries/lou_codes_test/
[types]: https://lou.codes/libraries/lou_codes_types/
[utils]: https://lou.codes/libraries/lou_codes_utils/
[window-open-promise]: https://lou.codes/libraries/window_open_promise/