An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/github/license/feryardiant/learn-monorepo?style=flat-square)](https://github.com/feryardiant/learn-monorepo/blob/main/LICENSE)
[![Actions Status](https://img.shields.io/github/actions/workflow/status/feryardiant/learn-monorepo/test.yml?branch=main&style=flat-square)](https://github.com/feryardiant/learn-monorepo/actions)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/feryardiant/learn-monorepo)](https://codeclimate.com/github/feryardiant/learn-monorepo)
[![Code Climate coverage](https://img.shields.io/codeclimate/coverage/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) | [![Version](https://img.shields.io/packagist/v/feryardiant/learn-monorepo-common?style=flat-square)](https://packagist.org/packages/feryardiant/learn-monorepo-common) | [![License](https://img.shields.io/github/license/feryardiant/learn-monorepo-common?style=flat-square)](https://github.com/feryardiant/learn-monorepo-common/blob/main/LICENSE) |
| [`packages/foo`](packages/foo) | [`learn-monorepo-foo`](https://github.com/feryardiant/learn-monorepo-foo) | [![Version](https://img.shields.io/packagist/v/feryardiant/learn-monorepo-foo?style=flat-square)](https://packagist.org/packages/feryardiant/learn-monorepo-foo) | [![License](https://img.shields.io/github/license/feryardiant/learn-monorepo-foo?style=flat-square)](https://github.com/feryardiant/learn-monorepo-foo/blob/main/LICENSE) |
| [`packages/bar`](packages/bar) | [`learn-monorepo-bar`](https://github.com/feryardiant/learn-monorepo-bar) | [![Version](https://img.shields.io/packagist/v/feryardiant/learn-monorepo-bar?style=flat-square)](https://packagist.org/packages/feryardiant/learn-monorepo-bar) | [![License](https://img.shields.io/github/license/feryardiant/learn-monorepo-bar?style=flat-square)](https://github.com/feryardiant/learn-monorepo-bar/blob/main/LICENSE) |

## License

This library is open-sourced software licensed under [MIT license](LICENSE).