feat: add AI tools category, universal npm/custom installs, and update UI with app notes ref #40

This commit is contained in:
N1C4T
2026-03-26 15:14:25 +04:00
parent 1f85b14445
commit d2094f4ebc
13 changed files with 651 additions and 323 deletions

View File

@@ -1,6 +1,6 @@
export { escapeShellString, getSelectedPackages, type PackageInfo } from './shared';
export { escapeShellString, getSelectedPackages, getUniversalPackages, generateUniversalScript, generateAsciiHeader, generateSharedUtils, type PackageInfo } from './shared';
export { generateUbuntuScript } from './ubuntu';
export { generateDebianScript } from './debian';
export { generateArchScript } from './arch';