toujou/ext-skeleton

skeleton for toujou extension

Maintainers

Package info

github.com/DFAU/ext-skeleton

Language:Shell

Type:project

pkg:composer/toujou/ext-skeleton

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v1.1.0 2021-06-16 13:00 UTC

This package is auto-updated.

Last update: 2026-03-06 08:19:30 UTC


README

Includes:

  • dfau/coding-standard
  • typo3/testing-framework

For more information about the features see the README which will be installed to project root.

Create Extension

To create a project with this skeleton simply use following command:

composer create-project toujou/ext-skeleton <projectname> --repository="{\"url\": \"https://github.com/DFAU/ext-skeleton.git\", \"type\": \"vcs\"}" --stability=dev --remove-vcs

E.g.

composer create-project toujou/ext-skeleton hello-world --repository="{\"url\": \"https://github.com/DFAU/ext-skeleton.git\", \"type\": \"vcs\"}" --stability=dev --remove-vcs