Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s2b/typo3-frontend-structures
A collection of TYPO3 frontend folder structures
https://github.com/s2b/typo3-frontend-structures
Last synced: 11 days ago
JSON representation
A collection of TYPO3 frontend folder structures
- Host: GitHub
- URL: https://github.com/s2b/typo3-frontend-structures
- Owner: s2b
- Created: 2023-08-03T17:26:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T11:42:02.000Z (over 1 year ago)
- Last Synced: 2024-10-28T15:25:22.015Z (about 2 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A collection of TYPO3 frontend folder structures
Naming and structuring things is hard. And everyone has opinions about it. This is why there are various ways of structuring frontend assets in TYPO3 projects. This is an attempt to collect a few variants to make more informed decisions for potential frontend build tools for TYPO3.
## Instruction
Please check existing folder structures before adding your own. If your preferred structure does not exist yet, you can contribute yours as follows:
* fork this repository
* add a new folder with a speaking name to your fork and create the folder structure and example files within
* note that empty directories need a `.gitkeep` file or similar to be covered by git
* add a `README.md` to your new directory, containing contact information (e. g. name in TYPO3 Slack) and any further information you would like to add
* create a pull request in this repository for your forkThank you for your contribution!