@lvnt/release-radar-cli 0.2.17 → 0.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -15,6 +15,19 @@ function getVersion() {
15
15
  const pkg = JSON.parse(readFileSync(pkgPath, 'utf-8'));
16
16
  return pkg.version;
17
17
  }
18
+ function showLogo() {
19
+ const version = getVersion();
20
+ const logo = `
21
+ ${chalk.cyan(' ____ _ ____ _ ')}
22
+ ${chalk.cyan(' | _ \\ ___| | ___ __ _ ___ ___ | _ \\ __ _ __| | __ _ _ __ ')}
23
+ ${chalk.cyan(' | |_) / _ \\ |/ _ \\/ _` / __|/ _ \\| |_) / _` |/ _` |/ _` | \'__|')}
24
+ ${chalk.cyan(' | _ < __/ | __/ (_| \\__ \\ __/| _ < (_| | (_| | (_| | | ')}
25
+ ${chalk.cyan(' |_| \\_\\___|_|\\___|\\__,_|___/\\___||_| \\_\\__,_|\\__,_|\\__,_|_| ')}
26
+
27
+ ${chalk.gray(' Tool Download Manager')} ${chalk.yellow(`v${version}`)}
28
+ `;
29
+ console.log(logo);
30
+ }
18
31
  function showHelp() {
19
32
  const version = getVersion();
20
33
  console.log(`
@@ -51,7 +64,8 @@ async function showStatus() {
51
64
  const tracker = new DownloadTracker();
52
65
  const versions = loadVersions();
53
66
  const downloaded = tracker.getAll();
54
- console.log(chalk.bold('\nTool Status:\n'));
67
+ showLogo();
68
+ console.log(chalk.bold('Tool Status:\n'));
55
69
  const rows = versions.tools.map(tool => {
56
70
  const record = downloaded[tool.name];
57
71
  let status;
@@ -115,6 +129,8 @@ async function runInteractive() {
115
129
  if (!skipUpdate) {
116
130
  await checkAndUpdate();
117
131
  }
132
+ // Show logo
133
+ showLogo();
118
134
  // First run setup
119
135
  if (!configManager.isConfigured()) {
120
136
  const config = await promptSetup();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvnt/release-radar-cli",
3
- "version": "0.2.17",
3
+ "version": "0.2.19",
4
4
  "description": "Interactive CLI for downloading tools through Nexus proxy",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
package/versions.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "generatedAt": "2026-01-25T15:57:37.522Z",
2
+ "generatedAt": "2026-01-25T16:18:42.891Z",
3
3
  "tools": [
4
4
  {
5
5
  "name": "Claude Code CLI",
6
6
  "displayName": "Claude Code CLI",
7
7
  "version": "2.1.19",
8
- "publishedAt": "2026-01-25T15:57:37.522Z",
8
+ "publishedAt": "2026-01-25T16:18:42.890Z",
9
9
  "downloadUrl": "{{NEXUS_URL}}/storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.19/win32-x64/claude.exe",
10
10
  "filename": "claude-2.1.19.exe"
11
11
  },
@@ -13,7 +13,7 @@
13
13
  "name": "Ninja",
14
14
  "displayName": "Ninja",
15
15
  "version": "1.13.2",
16
- "publishedAt": "2026-01-25T15:57:37.522Z",
16
+ "publishedAt": "2026-01-25T16:18:42.890Z",
17
17
  "downloadUrl": "{{NEXUS_URL}}/github.com/ninja-build/ninja/releases/download/v1.13.2/ninja-win.zip",
18
18
  "filename": "ninja-1.13.2-win.zip"
19
19
  },
@@ -21,7 +21,7 @@
21
21
  "name": "CMake",
22
22
  "displayName": "CMake",
23
23
  "version": "4.2.2",
24
- "publishedAt": "2026-01-25T15:57:37.522Z",
24
+ "publishedAt": "2026-01-25T16:18:42.890Z",
25
25
  "downloadUrl": "{{NEXUS_URL}}/github.com/Kitware/CMake/releases/download/v4.2.2/cmake-4.2.2-windows-x86_64.zip",
26
26
  "filename": "cmake-4.2.2-windows-x86_64.zip"
27
27
  },
@@ -29,7 +29,7 @@
29
29
  "name": "Git",
30
30
  "displayName": "Git for Windows",
31
31
  "version": "2.52.0.windows.1",
32
- "publishedAt": "2026-01-25T15:57:37.522Z",
32
+ "publishedAt": "2026-01-25T16:18:42.891Z",
33
33
  "downloadUrl": "{{NEXUS_URL}}/github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/Git-2.52.0-64-bit.exe",
34
34
  "filename": "Git-2.52.0-64-bit.exe"
35
35
  },
@@ -37,7 +37,7 @@
37
37
  "name": "Clangd",
38
38
  "displayName": "Clangd",
39
39
  "version": "21.1.8",
40
- "publishedAt": "2026-01-25T15:57:37.522Z",
40
+ "publishedAt": "2026-01-25T16:18:42.891Z",
41
41
  "downloadUrl": "{{NEXUS_URL}}/github.com/clangd/clangd/releases/download/21.1.8/clangd-windows-21.1.8.zip",
42
42
  "filename": "clangd-windows-21.1.8.zip"
43
43
  },
@@ -45,7 +45,7 @@
45
45
  "name": "Wezterm",
46
46
  "displayName": "Wezterm",
47
47
  "version": "20240203-110809-5046fc22",
48
- "publishedAt": "2026-01-25T15:57:37.522Z",
48
+ "publishedAt": "2026-01-25T16:18:42.891Z",
49
49
  "downloadUrl": "{{NEXUS_URL}}/github.com/wezterm/wezterm/releases/download/20240203-110809-5046fc22/WezTerm-20240203-110809-5046fc22-setup.exe",
50
50
  "filename": "WezTerm-20240203-110809-5046fc22-setup.exe"
51
51
  },
@@ -53,7 +53,7 @@
53
53
  "name": "Ralphy",
54
54
  "displayName": "Ralphy CLI",
55
55
  "version": "4.5.3",
56
- "publishedAt": "2026-01-25T15:57:37.522Z",
56
+ "publishedAt": "2026-01-25T16:18:42.891Z",
57
57
  "type": "npm",
58
58
  "package": "ralphy-cli"
59
59
  },
@@ -61,7 +61,7 @@
61
61
  "name": "vscode-cpptools",
62
62
  "displayName": "C/C++ Extension",
63
63
  "version": "1.29.3",
64
- "publishedAt": "2026-01-25T15:57:37.522Z",
64
+ "publishedAt": "2026-01-25T16:18:42.891Z",
65
65
  "downloadUrl": "{{NEXUS_URL}}/github.com/microsoft/vscode-cpptools/releases/download/v1.29.3/cpptools-windows-x64.vsix",
66
66
  "filename": "cpptools-windows-x64-1.29.3.vsix"
67
67
  },
@@ -69,7 +69,7 @@
69
69
  "name": "vscode-clangd",
70
70
  "displayName": "clangd Extension",
71
71
  "version": "0.4.0",
72
- "publishedAt": "2026-01-25T15:57:37.522Z",
72
+ "publishedAt": "2026-01-25T16:18:42.891Z",
73
73
  "downloadUrl": "{{NEXUS_URL}}/github.com/clangd/vscode-clangd/releases/download/0.4.0/vscode-clangd-0.4.0.vsix",
74
74
  "filename": "vscode-clangd-0.4.0.vsix"
75
75
  },
@@ -77,7 +77,7 @@
77
77
  "name": "CMake Tools",
78
78
  "displayName": "CMake Tools Extension",
79
79
  "version": "1.21.36",
80
- "publishedAt": "2026-01-25T15:57:37.522Z",
80
+ "publishedAt": "2026-01-25T16:18:42.891Z",
81
81
  "downloadUrl": "{{NEXUS_URL}}/github.com/microsoft/vscode-cmake-tools/releases/download/v1.21.36/cmake-tools.vsix",
82
82
  "filename": "cmake-tools-1.21.36.vsix"
83
83
  },
@@ -85,7 +85,7 @@
85
85
  "name": "Roo Code",
86
86
  "displayName": "Roo Code Extension",
87
87
  "version": "3.43.0",
88
- "publishedAt": "2026-01-25T15:57:37.522Z",
88
+ "publishedAt": "2026-01-25T16:18:42.891Z",
89
89
  "downloadUrl": "{{NEXUS_URL}}/github.com/RooCodeInc/Roo-Code/releases/download/v3.43.0/roo-cline-3.43.0.vsix",
90
90
  "filename": "roo-cline-3.43.0.vsix"
91
91
  },
@@ -93,7 +93,7 @@
93
93
  "name": "Atlascode",
94
94
  "displayName": "Atlassian Extension",
95
95
  "version": "4.0.17",
96
- "publishedAt": "2026-01-25T15:57:37.522Z",
96
+ "publishedAt": "2026-01-25T16:18:42.891Z",
97
97
  "downloadUrl": "{{NEXUS_URL}}/github.com/atlassian/atlascode/releases/download/v4.0.17/atlascode-4.0.17.vsix",
98
98
  "filename": "atlascode-4.0.17.vsix"
99
99
  },
@@ -101,7 +101,7 @@
101
101
  "name": "Zed",
102
102
  "displayName": "Zed",
103
103
  "version": "0.220.6",
104
- "publishedAt": "2026-01-25T15:57:37.522Z",
104
+ "publishedAt": "2026-01-25T16:18:42.891Z",
105
105
  "downloadUrl": "{{NEXUS_URL}}/github.com/zed-industries/zed/releases/download/v0.220.6/Zed-x86_64.exe",
106
106
  "filename": "Zed-0.220.6-x86_64.exe"
107
107
  }