Skip to content

cseifert/gulp-typo3-linter-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-typo3-linter-example

This repository is a simple Gulp example for adding linters for TYPO3.

Installation

At first, clone this repository to the location of your choice. Then install the required dependencies by:

composer install
npm install

The repository assumes, that there is a TYPO3 installation under web. According paths will use the web folder.

Gulp commands

Having all setup you can use the following commands (according to gulpfile.js):

Fluid linter

Starts fluidlint to lint Fluid templates

gulp lint-fluid

TypoScript linter

Starts the TypoScript linter to check TypoScript files

gulp lint-typoscript

All tasks

To start all tasks call "gulp"

gulp

About

Gulp example for adding linters to TYPO3 projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published