bit / typo3-template-extension-skeleton
Skeleton for TYPO3 template extension
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
Language:CSS
Type:typo3-cms-extension
Replaces
- template: dev-integrate-into-typo3
- typo3-ter/template: dev-integrate-into-typo3
This package is not auto-updated.
Last update: 2024-12-20 12:57:36 UTC
README
Skeleton for TYPO3 template (site package) extension
Install
- Change directoy to typo3conf/ext
- Create project:
composer create-project bit/typo3-template-extension-skeleton:dev-master template
- If you want, you can a the future repository for the template extension:
EXT_TEMPLATE_REPOSITORY="NEW_GIT_REPOSITORY" composer create-project --keep-vcs bit/typo3-template-extension-skeleton:dev-master template