TYPO3/Fluid.SchemaGenerator

Name: Fluid.SchemaGenerator

Owner: TYPO3 GitHub Department

Description: Creates XSD schemas for packages containing Fluid ViewHelpers

Created: 2015-04-18 21:10:01.0

Updated: 2017-10-05 13:43:11.0

Pushed: 2017-04-13 23:04:05.0

Homepage: null

Size: 47

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Fluid ViewHelper Schema Generator

Build Status Coverage

Generates nice XSD schemas for (X)HTML files which can be used in editors to enable autocompletion of Fluid template code. Can generate schemas for the official as well as any of your own packages which provide ViewHelpers.

Installation
oser require typo3/fluid-schema-generator
Usage
ndor/bin/generateschema VendorName\\PackageName VendorName\\OptionalSecondPackage > schema.xsd

Provide as many package namespaces as desired and all ViewHelper classes in all those namespaces will be included in the schame. The first provided namespace gets used when determining the XSD namespace URL.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.