An open API service indexing awesome lists of open source software.

https://github.com/cvette/neos-code-style

Linter for Neos Fusion
https://github.com/cvette/neos-code-style

linter neoscms php

Last synced: 3 months ago
JSON representation

Linter for Neos Fusion

Awesome Lists containing this project

README

        

# Neos Code Style

## Installation
`composer require --dev cvette/neos-code-style`

## Usage
`./bin/neoscs ~/your-project/DistributionPackages`

## Configuration

You can override the default configuration by specifying your own YAML file:
`./bin/neoscs -c your-config.yaml`

See `src/config.yaml`

## Documentation

Here you can find some more detailed information:

[Neos Fusion Linter Configuration](documentation/fusion_linter_configuration.md)

## Building a standalone version as phar

First [install box](https://github.com/humbug/box/blob/master/doc/installation.md#installation).

Then run

composer run compile