Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolasblack/js-metarepo
A metarepo inspired from [nextools/metarepo](https://github.com/nextools/metarepo)
https://github.com/bolasblack/js-metarepo
Last synced: 2 months ago
JSON representation
A metarepo inspired from [nextools/metarepo](https://github.com/nextools/metarepo)
- Host: GitHub
- URL: https://github.com/bolasblack/js-metarepo
- Owner: bolasblack
- Created: 2020-05-17T13:01:36.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-29T00:31:33.000Z (3 months ago)
- Last Synced: 2024-11-04T00:33:26.594Z (2 months ago)
- Language: TypeScript
- Size: 778 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @c4605/metarepo
The metarepo is a single repository that consists of many packages and various monorepos, a new concept that may simplify the development process. Many of the projects presented here are dependencies of each other, so we can iterate in all at the same time and benefit from using [pnpm Workspaces](https://pnpm.io/workspaces).
Inspired from [nextools/metarepo](https://github.com/nextools/metarepo)
- [`toolconfs`](packages/toolconfs): Some configuration files for usual tools.
- [`ts-types`](packages/ts-types): Some useful TypeScript type helpers.
- [`start`](packages/start): Some [start](https://github.com/nextools/metarepo/tree/master/packages/start) presets/plugins.
- [`yarw`](packages/yarw): A typesafe, effective redux wrapper.
- [`E`](packages/E): A try to build an error handling solution.