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
- Host: GitHub
- URL: https://github.com/cvette/neos-code-style
- Owner: cvette
- License: mit
- Created: 2020-12-23T18:34:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T20:13:51.000Z (5 months ago)
- Last Synced: 2025-03-01T00:36:22.040Z (3 months ago)
- Topics: linter, neoscms, php
- Language: PHP
- Homepage:
- Size: 186 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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