https://github.com/feryardiant/learn-monorepo
Learning monorepo
https://github.com/feryardiant/learn-monorepo
laravel learning monorepo
Last synced: about 1 month ago
JSON representation
Learning monorepo
- Host: GitHub
- URL: https://github.com/feryardiant/learn-monorepo
- Owner: feryardiant
- License: mit
- Archived: true
- Created: 2024-09-04T00:02:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T18:10:48.000Z (5 months ago)
- Last Synced: 2025-02-19T00:33:34.476Z (3 months ago)
- Topics: laravel, learning, monorepo
- Language: PHP
- Homepage:
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/feryardiant/learn-monorepo/blob/main/LICENSE)
[](https://github.com/feryardiant/learn-monorepo/actions)
[](https://codeclimate.com/github/feryardiant/learn-monorepo)
[](https://codeclimate.com/github/feryardiant/learn-monorepo)# Learning a Monorepo
Dummy package to learn monorepo that split into the following packages:
| Package | Repository | Version | License |
| ------- | ---------- | ------- | ------- |
| [`packages/common`](packages/common) | [`learn-monorepo-common`](https://github.com/feryardiant/learn-monorepo-common) | [](https://packagist.org/packages/feryardiant/learn-monorepo-common) | [](https://github.com/feryardiant/learn-monorepo-common/blob/main/LICENSE) |
| [`packages/foo`](packages/foo) | [`learn-monorepo-foo`](https://github.com/feryardiant/learn-monorepo-foo) | [](https://packagist.org/packages/feryardiant/learn-monorepo-foo) | [](https://github.com/feryardiant/learn-monorepo-foo/blob/main/LICENSE) |
| [`packages/bar`](packages/bar) | [`learn-monorepo-bar`](https://github.com/feryardiant/learn-monorepo-bar) | [](https://packagist.org/packages/feryardiant/learn-monorepo-bar) | [](https://github.com/feryardiant/learn-monorepo-bar/blob/main/LICENSE) |## License
This library is open-sourced software licensed under [MIT license](LICENSE).