2017 © Pedro Peláez
 

typo3-cms-extension builder

The builder package from FluidTYPO3

image

fluidtypo3/builder

The builder package from FluidTYPO3

  • Saturday, July 1, 2017
  • by NamelessCoder
  • Repository
  • 12 Watchers
  • 26 Stars
  • 2,057 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 16 Forks
  • 5 Open issues
  • 18 Versions
  • 49 % Grown

The README.md

, (*1)

Builder: Development Support Utilities

Build Status Coverage Status Build Status Coverage Status, (*2)

Usage

Execution is done via CommandControllers. Those are invoked by executing the TYPO3 cli-script:, (*3)

php ./typo3/cli_dispatch.phpsh NAMESPACE COMMAND

Commands for Extension extbase

php ./typo3/cli_dispatch.phpsh extbase help
Extbase 6.1.0
usage: ./cli_dispatch.phpsh extbase <command identifier>

The following commands are currently available:

EXTENSION "EXTBASE":
-------------------------------------------------------------------------------
  help                                     Display help for a command


EXTENSION "BUILDER":
-------------------------------------------------------------------------------
  builder:fluidsyntax                      Syntax check Fluid template
  builder:phpsyntax                        Syntax check PHP code
  builder:providerextension                Builds a ProviderExtension

See './cli_dispatch.phpsh extbase help <command identifier>' for more information about a specific command.

Fluid syntax checker

php typo3/cli_dispatch.phpsh extbase help builder:fluidsyntax

Syntax check Fluid template

COMMAND:
  builder:builder:fluidsyntax

USAGE:
  ./cli_dispatch.phpsh extbase builder:fluidsyntax [<options>]

OPTIONS:
  --extension          Optional extension key (if path is included, only files
                       in that path in this extension are checked)
  --path               file or folder path (if extensionKey is included, path
                       is relative to this extension)
  --extensions         If provided, this CSV list of file extensions are
                       considered Fluid templates
  --verbose            If TRUE, outputs more information about each file check
                       - default is to only output errors

DESCRIPTION:
  Syntax check Fluid template

  Checks one template file, all templates in
  an extension or a sub-path (which can be used

PHP Syntax checker

php typo3/cli_dispatch.phpsh extbase help builder:phpsyntax

Syntax check PHP code

COMMAND:
  builder:builder:phpsyntax

USAGE:
  ./cli_dispatch.phpsh extbase builder:phpsyntax [<options>]

OPTIONS:
  --extension          Optional extension key (if path is included, only files
                       in that path in this extension are checked)
  --path               file or folder path (if extensionKey is included, path
                       is relative to this extension)
  --verbose            If TRUE, outputs more information about each file check
                       - default is to only output errors

DESCRIPTION:
  Syntax check PHP code

  Checks PHP source files in $path, if extension
  key is also given, only files in that path relative

Generate a FluidTYPO3 provider extension

This may be the most important command available. It allows you to generate a stub extension which is fully capable of being used as provider for fluidpages, fluidcontent and fluidbackend extensions., (*4)

php typo3/cli_dispatch.phpsh extbase help builder:providerextension

Builds a ProviderExtension

COMMAND:
  builder:builder:providerextension

USAGE:
  ./cli_dispatch.phpsh extbase builder:providerextension [<options>] <extension key> <author>

ARGUMENTS:
  --extension-key      The extension key which should be generated. Must not
                       exist.
  --author             The author of the extension, in the format "Name
                       Lastname <name@example.com>" with optional company name,
                       in which case form is "Name Lastname <name@example.com>,
                       Company Name"

OPTIONS:
  --title              The title of the resulting extension, by default
                       "Provider extension for $enabledFeaturesList"
  --description        The description of the resulting extension, by default
                       "Provider extension for $enabledFeaturesList"
  --use-vhs            If TRUE, adds the VHS extension as dependency -
                       recommended, on by default
  --pages              If TRUE, generates basic files for implementing Fluid
                       Page templates
  --content            IF TRUE, generates basic files for implementing Fluid
                       Content templates
  --backend            If TRUE, generates basic files for implementing Fluid
                       Backend modules
  --controllers        If TRUE, generates controllers for each enabled feature.
                       Enabling $backend will always generate a controller
                       regardless of this toggle.
  --minimum-version    The minimum required core version for this extension,
                       defaults to latest LTS (currently 4.5)
  --dry                If TRUE, performs a dry run: does not write any files
                       but reports which files would have been written
  --verbose            If FALSE, suppresses a lot of the otherwise output
                       messages (to STDOUT)
  --git                If TRUE, initialises the newly created extension
                       directory as a Git repository and commits all files. You
                       can then "git add remote origin <URL>" and "git push
                       origin master -u" to push the initial state
  --travis             If TRUE, generates a Travis-CI build script which uses
                       Fluid Powered TYPO3 coding standards analysis and code
                       inspections to automate testing on Travis-CI

DESCRIPTION:
  Builds a ProviderExtension

  The resulting extension will contain source code
  and configuration options needed by the various
  toggles. Each of these toggles enable/disable
  generation of source code and configuration for

The Versions

01/07 2017

dev-development

dev-development

The builder package from FluidTYPO3

  Sources   Download

The Requires

 

The Development Requires

19/04 2017

dev-feature/formbuilder

dev-feature/formbuilder

The builder package from FluidTYPO3

  Sources   Download

The Requires

 

The Development Requires

13/07 2016

dev-staging

dev-staging

The builder package from FluidTYPO3

  Sources   Download

The Requires

  • php >=5.5.0

 

The Development Requires

13/07 2016

dev-master

9999999-dev

The builder package from FluidTYPO3

  Sources   Download

The Requires

  • php >=5.5.0

 

The Development Requires

13/07 2016

1.2.0

1.2.0.0

The builder package from FluidTYPO3

  Sources   Download

The Requires

  • php >=5.5.0

 

The Development Requires

11/02 2016

1.1.1

1.1.1.0

The builder package from FluidTYPO3

  Sources   Download

The Requires

  • php >=5.5.0

 

The Development Requires

19/11 2015

1.1.0

1.1.0.0

The builder package from FluidTYPO3

  Sources   Download

The Requires

  • php >=5.5.0

 

The Development Requires

28/09 2015

1.0.0

1.0.0.0

The builder package from FluidTYPO3

  Sources   Download

The Development Requires

08/08 2015

0.20.0

0.20.0.0

The builder package from FluidTYPO3

  Sources   Download

The Development Requires

08/08 2015

0.19.0

0.19.0.0

The builder package from FluidTYPO3

  Sources   Download

The Development Requires

19/03 2015

0.18.0

0.18.0.0

The builder package from FluidTYPO3

  Sources   Download

The Development Requires

19/03 2015

0.17.0

0.17.0.0

The builder package from FluidTYPO3

  Sources   Download

The Development Requires

10/12 2014

0.16.0

0.16.0.0

The builder package from FluidTYPO3

  Sources   Download

The Development Requires

30/10 2014

0.15.0

0.15.0.0

The builder package from FluidTYPO3

  Sources   Download

28/10 2014

0.14.0

0.14.0.0

The builder package from FluidTYPO3

  Sources   Download

04/10 2014

0.13.0

0.13.0.0

The builder package from FluidTYPO3

  Sources   Download

03/10 2014

0.12.0

0.12.0.0

  Sources   Download

The Requires

 

26/04 2014

0.11.0

0.11.0.0

  Sources   Download

The Requires