Skip to content

phptg/scaffolder

Repository files navigation

PHPTG

PHPTG Scaffolder


PHPTG Scaffolder is a tool for setting up project structure and configuration for PHP packages in the PHPTG. It is based on vjik/scaffolder and automatically creates and configures essential project files including composer.json, GitHub Actions workflows, configuration files, and documentation structure.

General Usage

Run the scaffolder using Docker from your project directory:

docker run \
  --volume .:/project \
  --user $(id -u):$(id -g) \
  --interactive --tty --rm --init \
  ghcr.io/phptg/scaffolder:latest

Documentation

If you have any questions or problems with this package, use author telegram chat for communication.

License

The phptg/scaffolder is free software. It is released under the terms of the BSD License. Please see LICENSE for more information.

About

A project scaffolding tool for PHPTG projects

Resources

License

Stars

Watchers

Forks

Packages