Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tefkah/monorepo-split
GitHub action to keep a base monorepo in sync with many sub repositories
https://github.com/tefkah/monorepo-split
monorepo seo
Last synced: about 1 month ago
JSON representation
GitHub action to keep a base monorepo in sync with many sub repositories
- Host: GitHub
- URL: https://github.com/tefkah/monorepo-split
- Owner: tefkah
- License: mit
- Created: 2023-02-28T20:03:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-02T18:05:20.000Z (over 1 year ago)
- Last Synced: 2024-09-14T11:16:04.472Z (2 months ago)
- Topics: monorepo, seo
- Language: Python
- Homepage:
- Size: 47.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monorepo Split
`monorepo-split` is a GitHub action that syncs a monorepo with a set of
sub-repos. It is designed to be used with GitHub Actions.## Use case
Imagine you have a large monorepo with many sub-repos.
While the DX of a monorepo is great, the discoverability of a monorepo is not.`monorepo-split` allows you to split your monorepo into a set of sub-repos on GitHub.
This way it is much easier for people to find your specific library rather than digging through
the monorepo.