-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpubspec.yaml
More file actions
47 lines (39 loc) · 895 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
47 lines (39 loc) · 895 Bytes
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
name: cli_tools_repo
publish_to: none
description: A collection of packages for building great command-line interfaces.
repository: https://github.com/serverpod/cli_tools
homepage: https://serverpod.dev
issue_tracker: https://github.com/serverpod/cli_tools/issues
workspace:
- packages/config
- packages/cli_tools
- packages/serverpod_logging
- packages/isolated_object
- packages/serverpod_logging_cli
topics:
- cli
- tools
- terminal
- configuration
- yaml
environment:
sdk: ^3.6.0
dev_dependencies:
melos: '>=6.3.3 <8.0.0'
serverpod_lints: '>=2.7.0'
melos:
ide:
intellij:
enabled: false
command:
version:
workspaceChangelog: false
scripts:
analyze:
description: "Run dart analyze"
run: dart analyze --fatal-infos
test:
description: "Run all tests"
run: dart test
exec:
concurrency: 1