forked from tuist/tuist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mise.toml
39 lines (31 loc) · 978 Bytes
/
.mise.toml
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
[tools]
tuist = "4.13.0"
swiftlint = "0.54.0"
swiftformat = "0.53.3"
pnpm = "8.15.6"
node = "20.12.0"
sourcedocs = "2.0.1"
[plugins]
python = 'https://github.com/asdf-community/asdf-tuist'
sourcedocs = "https://github.com/tuist/asdf-sourcedocs.git"
[tasks."tuist:edit"]
description = "Edit the project using Tuist"
run = "./make/tasks/tuist/edit.sh"
[tasks."tuist:generate"]
description = "Generate the project using Tuist"
run = "./make/tasks/tuist/generate.sh"
[tasks."tuist:build"]
description = "Build the project using Tuist"
run = "./make/tasks/tuist/build.sh"
[tasks."tuist:test"]
description = "Test the project using Tuist"
run = "./make/tasks/tuist/test.sh"
[tasks."tuist:run"]
description = "Run the project using Tuist"
run = "./make/tasks/tuist/run.sh"
[tasks."lint"]
description = "Lint the workspace"
run = "./make/tasks/workspace/lint.sh"
[tasks."lint:fix"]
description = "Lint the workspace fixing the issues"
run = "./make/tasks/workspace/lint-fix.sh"