govcms/scaffold-tooling

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

Installs: 93 917

Dependents: 1

Suggesters: 0

Security: 0

Stars: 7

Watchers: 9

Forks: 21

Open Issues: 16

Language:Shell

pkg:composer/govcms/scaffold-tooling

6.0.2 2026-01-28 03:14 UTC

This package is auto-updated.

Last update: 2026-01-28 22:38:58 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"