genesis-php / example
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/genesis-php/example
Requires
- genesis-php/genesis: ~2.5
This package is not auto-updated.
Last update: 2025-10-26 01:06:33 UTC
README
This is an example project for Genesis build tool
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.
This example is all about directories build and build-simple.
All other files and directories are only samples.
Getting started
Look at the example which gives you quick introduction:
-
Clone this repository or run:
composer create-project genesis-php/example -
Initialize build:
cd example && vendor/bin/genesis self-initdirectory 'build' was created, with example files -
Run:
build/builddefault = help - list of available tasksbuild/build mytaskrun some taskor example complex build:
build-example/build initrun predefined simple build from directory 'build-example'