Skip to content

Commit d3e7a32

Browse files
Update README.md (#50)
* Update README.md * Update README.md Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com> * Update README.md * Update README.md --------- Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
1 parent a16b106 commit d3e7a32

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,19 @@ It includes modules for logging, error handling, and utility functions.
3434
The project aims to simplify the development process by providing a structured and organized framework for building JavaScript applications, improving code quality and maintainability.
3535

3636
Its value proposition lies in its ability to streamline the development workflow, reduce boilerplate code, and provide a robust foundation for building scalable and modular applications.
37+
38+
## 📦 Packages
39+
40+
This repository is a monorepo that contains the following packages:
41+
42+
- [`zenflux-cli`](https://github.com/ZenFlux/zenflux/tree/main/packages/zenflux-cli): A CLI tool that offers functionalities related to building, publishing, and watching monorepo workspaces.
43+
- [`zenflux-eslint`](https://github.com/ZenFlux/zenflux/tree/main/packages/zenflux-eslint): An ESLint configuration for the ZenFlux ecosystem.
44+
- [`zenflux-jest`](https://github.com/ZenFlux/zenflux/tree/main/packages/zenflux-jest): A Jest runner designed for the monorepo workspaces.
45+
- [`zenflux-tsconfig-to-swc`](https://github.com/ZenFlux/zenflux/tree/main/packages/zenflux-tsconfig-to-swc): A utility to convert TypeScript configuration to SWC configuration.
46+
- [`zenflux-typescript-vm`](https://github.com/ZenFlux/zenflux/tree/main/packages/zenflux-typescript-vm): A TypeScript virtual machine used by ZenFlux ecosystem.
47+
48+
### React packages
49+
- [`react-packages`](https://github.com/ZenFlux/zenflux/tree/main/packages-react): A TypeScript port of React mainly used to test the ZenFlux ecosystem.
50+
51+
52+
Please visit each package for more detailed information.

0 commit comments

Comments
 (0)