eonx-com / easy-monorepo

The packages to step the f*k up in your projects
MIT License
64 stars 14 forks source link
php

---eonx_docs--- title: Monorepo Documentation weight: 0 ---eonx_docs---

This repository is a mono-repository, it contains the code of many packages. For more information about this concept you can look there.


Packages


Contribute


Release New Version

The release of a new version MUST be done from the master branch.

# 1. Make sure to pull the latest version of master in your local copy of the repository
$ git checkout master && git pull

# Release the new version
# Split new version to each package
$ make release version=X.X.X

Note for MacOS users: you should update the make utility to 4.0 or higher. Do not forget to export new path in .bashrc or .zshrc file.