-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-mirror.toml
More file actions
88 lines (76 loc) · 2.77 KB
/
release-mirror.toml
File metadata and controls
88 lines (76 loc) · 2.77 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[mirror]
public_repo = "neongreen/homebrew-mono"
[[mirror.projects]]
name = "ingest"
desc = "Flexible ingestion CLI that captures repos, filesystems, and GitHub data into SQLite."
homepage = "https://github.com/neongreen/mono/tree/main/ingest"
binary = "ingest"
test_args = ["--help"]
[[mirror.projects]]
name = "conf"
desc = "Smart configuration manager with autocompletion for command-line tools."
homepage = "https://github.com/neongreen/mono/tree/main/conf"
binary = "conf"
test_args = ["--help"]
[[mirror.projects]]
name = "dissect"
desc = "Go refactoring assistant for structural code transformations."
homepage = "https://github.com/neongreen/mono/tree/main/dissect"
binary = "dissect"
test_args = ["--help"]
[[mirror.projects]]
name = "want"
desc = "Interactive fulfillment assistant for installing tools and releases."
homepage = "https://github.com/neongreen/mono/tree/main/want"
binary = "want"
test_args = ["--help"]
[[mirror.projects]]
name = "printpdf"
desc = "Convert Markdown, URLs, and GitHub files to PDF using multiple renderers."
homepage = "https://github.com/neongreen/mono/tree/main/printpdf"
binary = "printpdf"
test_args = ["--help"]
[[mirror.projects]]
name = "markdown-format"
desc = "Markdown formatter CLI with opinionated defaults."
homepage = "https://github.com/neongreen/mono/tree/main/markdown-format"
binary = "markdown-format"
test_args = ["--help"]
[[mirror.projects]]
name = "prrun"
desc = "Deprecated tool originally for running PR release binaries."
homepage = "https://github.com/neongreen/mono/tree/main/prrun"
binary = "prrun"
test_args = ["--help"]
[[mirror.projects]]
name = "tk"
desc = "System-wide event-sourced task tracker with claims-based authority."
homepage = "https://github.com/neongreen/mono/tree/main/tk"
binary = "tk"
test_args = ["--help"]
[[mirror.projects]]
name = "jj-run"
desc = "Execute shell commands across multiple repository changes in isolated workspaces using jj."
homepage = "https://github.com/neongreen/mono/tree/main/jj-run"
binary = "jj-run"
test_args = ["--help"]
[[mirror.projects]]
name = "aihook"
desc = "Claude Code hook validator that enforces shell scripting best practices."
homepage = "https://github.com/neongreen/mono/tree/main/aihook"
binary = "aihook"
test_args = ["--help"]
[[mirror.projects]]
name = "lion"
desc = "Documentation extraction tool that generates markdown from special comments in Go code."
homepage = "https://github.com/neongreen/mono/tree/main/lion"
binary = "lion"
test_args = ["--help"]
# idk if this works for non-Go projects right now, see bd-341
#
# [[mirror.projects]]
# name = "mdbook-comments"
# desc = "mdbook preprocessor for adding paragraph-level commenting with Supabase backend."
# homepage = "https://github.com/neongreen/mono/tree/main/mdbook-comments"
# binary = "mdbook-comments"
# test_args = ["--help"]