genesis-php / example
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- genesis-php/genesis: ~2.5
This package is not auto-updated.
Last update: 2024-11-09 19:40:20 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-init
directory 'build' was created, with example files -
Run:
build/build
default = help - list of available tasksbuild/build mytask
run some taskor example complex build:
build-example/build init
run predefined simple build from directory 'build-example'