Setup sourcery generation
This commit is contained in:
parent
139e6c23a0
commit
f08c3f8ba9
|
|
@ -0,0 +1,6 @@
|
||||||
|
sources: # you can provide either single path or several paths using `-`
|
||||||
|
- Sources
|
||||||
|
templates: # as well as for templates
|
||||||
|
- Sources/FirebladeECS/Stencils
|
||||||
|
output: # note that there is no `-` here as only single output path is supported
|
||||||
|
Sources/FirebladeECS/Generated
|
||||||
3
Makefile
3
Makefile
|
|
@ -60,3 +60,6 @@ setupEnvironment:
|
||||||
brew install swiftenv
|
brew install swiftenv
|
||||||
brew install swiftlint
|
brew install swiftlint
|
||||||
brew install sourcery
|
brew install sourcery
|
||||||
|
|
||||||
|
generateCode:
|
||||||
|
sourcery
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
// Generated using Sourcery 0.18.0 — https://github.com/krzysztofzablocki/Sourcery
|
||||||
|
// DO NOT EDIT
|
||||||
|
|
||||||
|
// swiftlint:disable line_length
|
||||||
|
// swiftlint:disable variable_name
|
||||||
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// swiftlint:disable line_length
|
||||||
|
// swiftlint:disable variable_name
|
||||||
|
|
||||||
Loading…
Reference in New Issue