liberusoftware/boilerplate-scripts

Release, repository splitting, and Packagist publishing automation for Liberu Composer packages.

Maintainers

Package info

github.com/liberusoftware/boilerplate-scripts

Language:Shell

Type:liberusoftware-scripts

pkg:composer/liberusoftware/boilerplate-scripts

Transparency log

Statistics

Installs: 3

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.1 2026-08-01 07:40 UTC

This package is auto-updated.

Last update: 2026-08-01 07:41:08 UTC


README

Generic release and maintenance automation for Composer-based meta repositories whose modules, themes, and shared tooling live in independent GitHub repositories.

composer require --dev liberusoftware/boilerplate-scripts

Copy .liberu-meta.json from a meta repository and customize its organization, genre, repository, component paths, prefixes, and additional Composer packages.

  • setup.sh performs a repeatable local or production install without destructive migrations.
  • update.sh updates dependencies and validates the project; --release 1.2.3 commits, tags, pushes, and creates a GitHub release after successful checks.
  • publish-components creates or subtree-publishes configured components and the meta repository. Use --only to target one kind.
  • submit-packagist.php creates missing Packagist packages and refreshes existing package metadata.

All commands are non-interactive and fail on errors. GitHub operations require an authenticated gh CLI. Packagist operations read PACKAGIST_USERNAME and PACKAGIST_API_TOKEN from the environment; never commit either credential.