-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.yaml
40 lines (40 loc) · 1.23 KB
/
server.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
templateDir: templates/server
additionalProperties:
packageName: MultiFlexi
apiPackage: Server
licenseName: MIT
UserId: VitexSoftware
RepoId: multiflexi-server
infoEmail: vitezslav.dvorak@spojenet.cz
infoUrl: https://github.com/VitexSoftware/multiflexi-server
artifactUrl: https://multiflexi.readthedocs.io/en/latest/
appDescription: API Server library for MultiFlexi
apiVersion: 0.1.0
allowUnicodeIdentifiers: true
invokerPackage: MultiFlexi\Api
modelPackage: Model
developerOrganization: VitexSoftware
developerOrganizationUrl: https://vitexsoftware.com
variableNamingConvention: camelCase
composerPackageName: vitexsoftware/multiflexi-api-server
enablePostProcessFile: true
files:
php-cs-fixer-dist-php.mustache:
folder: .
destinationFilename: .php-cs-fixer.dist.php
phpstan-default-baseline.mustache:
folder: .
destinationFilename: phpstan-default-baseline.neon
phpstan-default.neon.mustache:
folder: .
destinationFilename: phpstan-default.neon.dist
makefile.mustache:
folder: .
destinationFilename: Makefile
license.mustache:
folder: .
destinationFilename: LICENSE
composer.mustache:
folder: .
destinationFilename: composer.json