Library to provide set of classes for common use across other xTuple’s libraries.
ASCIIDoc is used for documentation. To generate documentation run:
asciidoctor --backend html5 --doctype book --destination-dir target/docs docs/index.adocDocumentation will be located in target/docs
phpunit --coverage-html target/coverage/htmlCode coverage report will be available in target/coverage/html
Phing is used to build project.
phing buildArchived project code with the dependencies will be available in target/build directory.