phug / split
Pug (ex-Jade) facade engine for PHP, HTML template engine structured by indentation
Fund package maintenance!
kylekatarnls
Open Collective
Tidelift
Requires
- php: ^7.3 || ^8.0
- ext-json: *
- phpmd/phpmd: ^2.7
- phpstan/phpstan: ^0.11.15
- simple-cli/simple-cli: ^1.4
Requires (Dev)
- phpunit/phpunit: ^8.0
- squizlabs/php_codesniffer: ^3.0
README
Split is a tool to handle a mono-repo that can be downloaded as single package, multiple packages or both.
Install
composer require phug/split
Usage
Put composer.json files in sub-directory of a main package repository.
vendor/bin/split update
Check options with:
vendor/bin/split update --help
Check other commands with:
vendor/bin/split --help