govcms/scaffold-tooling

A variety of standard config, scripts and packages to support GovCMS scaffold.

Installs: 95 017

Dependents: 1

Suggesters: 0

Security: 0

Stars: 7

Watchers: 9

Forks: 21

Open Issues: 15

Language:Shell

pkg:composer/govcms/scaffold-tooling

6.0.5 2026-02-11 03:52 UTC

This package is auto-updated.

Last update: 2026-02-12 02:53:50 UTC


README

A collection of standard config, scripts and packages to support GovCMS scaffold.

GitlabCI

Run tests

Your local composer auth.json can be loaded by copying docker-compose.override.example.yml to docker-compose.override.yml.

# Integration tests.
docker compose run --rm test -- bash -c "bats tests/bats/integration.bats"

# All the tests.
docker compose run --rm test -- bash -c ".ci/bats.sh"