Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/loucyx/lou.codes
- Owner: loucyx
- Created: 2023-10-26T19:19:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T17:58:57.000Z (about 1 month ago)
- Last Synced: 2025-01-31T16:51:05.108Z (10 days ago)
- Topics: fp, functional, javascript, libraries, monorepo, preact, pure, react, typescript, utils
- Language: TypeScript
- Homepage: https://lou.codes
- Size: 3.25 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
📚 [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/