Flourish
The main Flourish repository - the contents of this is primarily submodules
Install / Use
/learn @flourishlib/FlourishREADME
This repo uses git submodules to pull in the various parts of Flourish. To update all of the submodules, run the following:
php pull_submodules.php
After committing changes to one or more of the child repositories, run the following:
php push_submodules.php
If you are planning on doing development on Flourish, the generate process is:
- Run: php pull_submodules.php
- Edit class files in classes/ and commit
- Edit tests in tests/ and commit
- In build/, run: php queue_tests.php
- Once tests succeed and you are ready for a release, tag classes/
- Run: php push_submodules.php
