Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/slicewow/webspell_cup_addon

Composer package of my webSPELL Cup Add-On
https://github.com/slicewow/webspell_cup_addon

addon back-end cup generation next ng tournament webspell webspell-ng

Last synced: about 2 months ago
JSON representation

Composer package of my webSPELL Cup Add-On

Awesome Lists containing this project

README

        

# Description

This is a cup add-on to be used with webSPELL NG.

```
WiP
```

# Installation

## Using Composer

Run the following command to install the package:
```
composer require myrisk/webspell_cup_addon
```

# Contribute

## PHPUnit

Please execute PHPUnit tests:

```
./vendor/bin/phpunit tests
```

## PHPStan

Please execute PHPStan wit level 5:

```
./vendor/bin/phpstan analyse -l 5 src tests
```