dev-master
9999999-dev
The Requires
The Development Requires
This is an example project for Genesis build tool, (*1)
Genesis is lightweight, smart and easy to use CLI tool, for building (mainly) PHP applications. Usage is similar to Phing, but Genesis is much easier. For configuration is used an .neon file, which is very similar to YAML., (*2)
This example is all about directories build
and build-simple
.
All other files and directories are only samples., (*3)
Look at the example which gives you quick introduction:, (*4)
Clone this repository or run:
composer create-project genesis-php/example
, (*5)
Initialize build:
cd example && vendor/bin/genesis self-init
directory 'build' was created, with example files, (*6)
Run:
build/build
default = help - list of available tasks, (*7)
build/build mytask
run some task, (*8)
or example complex build:, (*9)
build-example/build init
run predefined simple build from directory 'build-example', (*10)
Genesis documentation, (*11)