-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.plzconfig
65 lines (48 loc) · 1.14 KB
/
.plzconfig
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[Please]
Version = 16.18.0
[Build]
PassEnv = PATH
PassEnv = USER
[Colours]
go = "cyan"
wings = "magenta"
npm-run = "red"
npm-lint = "bold_yellow"
npm-test = "bold_green"
shell = "grey"
[Alias "go_mod"]
cmd = run //src/turbine/scripts:genBUILD config/build.json
[Alias "genComponent"]
cmd = run "//src/cockpit/scripts:gen_component"
[Alias "pull"]
cmd = run "//scripts:pull"
[Alias "reset"]
cmd = run "//scripts:reset"
[Alias "show"]
cmd = run "//src/cockpit:serve"
[Alias "work"]
cmd = watch --run "//src/turbine:main"
[Alias "turbine"]
cmd = run "//src/turbine:main"
[Alias "lint"]
cmd = run "//:lint_all"
[Alias "wings"]
cmd = build "//src/wings/..."
[Go]
ImportPath = github.com/binhonglee/GlobeTrotte
[Display]
SystemStats = True
[Buildconfig]
# npm
npm-tool = "pnpm"
npx-tool = "pnpm"
# Still a few issues to iron out
# npm-rule = "//:pnpm"
typescript-tool = "esbuild"
core-files = "//src/cockpit:core_files"
# wings
wings-tool = "//src/wings:wings_binary"
wings-config-rule = "//src/wings:wings_config"
wings-formatter-go = "gofmt -s -w $FILE"
# eslint is really slow :( just ignoring them for now.
# wings-formatter-ts = "pnpx eslint $FILE --fix"