https://github.com/edvardchen/mono-clone
https://github.com/edvardchen/mono-clone
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/edvardchen/mono-clone
- Owner: edvardchen
- Created: 2022-10-28T15:13:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T04:20:26.000Z (about 3 years ago)
- Last Synced: 2025-06-01T12:13:11.457Z (about 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# mono-clone
A fast way to clone monorepo shallowly
> A simple alternative for `scalar clone` ([Scalar](https://devblogs.microsoft.com/devops/introducing-scalar/) )
## Usage
```bash
npx mono-clone YOUR_REPO_URL
```
What does it do?
- [x] Enable [partial-clone](https://git-scm.com/docs/partial-clone) and [sparse-checkout](https://github.blog/2020-01-17-bring-your-monorepo-down-to-size-with-sparse-checkout/)
- [x] Start [git-maintenance](https://git-scm.com/docs/git-maintenance)
- [ ] Be workspace-wise
## Why
Users have to [use the Microsoft fork of Git](https://github.com/microsoft/scalar#scalar-has-moved) if they want the latest version of Scalar which may be inconvenient.