@fredlackey/devutils 0.0.1 → 0.0.3
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/README.md +5 -5
- package/package.json +1 -1
- package/src/commands/install.js +374 -36
- package/src/installs/adobe-creative-cloud.js +527 -25
- package/src/installs/adobe-creative-cloud.md +605 -0
- package/src/installs/appcleaner.js +303 -26
- package/src/installs/appcleaner.md +699 -0
- package/src/installs/apt-transport-https.js +390 -0
- package/src/installs/apt-transport-https.md +678 -0
- package/src/installs/atomicparsley.js +624 -26
- package/src/installs/atomicparsley.md +795 -0
- package/src/installs/aws-cli.js +779 -26
- package/src/installs/aws-cli.md +727 -0
- package/src/installs/balena-etcher.js +688 -26
- package/src/installs/balena-etcher.md +761 -0
- package/src/installs/bambu-studio.js +912 -26
- package/src/installs/bambu-studio.md +780 -0
- package/src/installs/bash-completion.js +554 -23
- package/src/installs/bash-completion.md +833 -0
- package/src/installs/bash.js +399 -26
- package/src/installs/bash.md +993 -0
- package/src/installs/beyond-compare.js +585 -26
- package/src/installs/beyond-compare.md +813 -0
- package/src/installs/build-essential.js +511 -26
- package/src/installs/build-essential.md +977 -0
- package/src/installs/ca-certificates.js +618 -0
- package/src/installs/ca-certificates.md +937 -0
- package/src/installs/caffeine.js +490 -26
- package/src/installs/caffeine.md +839 -0
- package/src/installs/camtasia.js +577 -25
- package/src/installs/camtasia.md +762 -0
- package/src/installs/chatgpt.js +458 -26
- package/src/installs/chatgpt.md +814 -0
- package/src/installs/chocolatey.js +447 -0
- package/src/installs/chocolatey.md +661 -0
- package/src/installs/chrome-canary.js +472 -26
- package/src/installs/chrome-canary.md +641 -0
- package/src/installs/chromium.js +645 -26
- package/src/installs/chromium.md +838 -0
- package/src/installs/claude-code.js +558 -26
- package/src/installs/claude-code.md +1173 -0
- package/src/installs/curl.js +361 -26
- package/src/installs/curl.md +714 -0
- package/src/installs/cursor.js +561 -26
- package/src/installs/cursor.md +970 -0
- package/src/installs/dbschema.js +674 -26
- package/src/installs/dbschema.md +925 -0
- package/src/installs/dependencies.md +435 -0
- package/src/installs/development-tools.js +600 -0
- package/src/installs/development-tools.md +977 -0
- package/src/installs/docker.js +1010 -25
- package/src/installs/docker.md +1109 -0
- package/src/installs/drawio.js +1001 -26
- package/src/installs/drawio.md +795 -0
- package/src/installs/elmedia-player.js +328 -25
- package/src/installs/elmedia-player.md +556 -0
- package/src/installs/ffmpeg.js +870 -25
- package/src/installs/ffmpeg.md +852 -0
- package/src/installs/file.js +464 -0
- package/src/installs/file.md +987 -0
- package/src/installs/gemini-cli.js +793 -26
- package/src/installs/gemini-cli.md +1153 -0
- package/src/installs/git.js +382 -26
- package/src/installs/git.md +907 -0
- package/src/installs/gitego.js +931 -26
- package/src/installs/gitego.md +1172 -0
- package/src/installs/go.js +913 -26
- package/src/installs/go.md +958 -0
- package/src/installs/google-chrome.js +801 -25
- package/src/installs/google-chrome.md +862 -0
- package/src/installs/gpg.js +412 -73
- package/src/installs/gpg.md +1056 -0
- package/src/installs/homebrew.js +1015 -26
- package/src/installs/homebrew.md +988 -0
- package/src/installs/imageoptim.js +950 -26
- package/src/installs/imageoptim.md +1119 -0
- package/src/installs/installers.json +2297 -0
- package/src/installs/jq.js +382 -26
- package/src/installs/jq.md +809 -0
- package/src/installs/keyboard-maestro.js +701 -26
- package/src/installs/keyboard-maestro.md +825 -0
- package/src/installs/latex.js +771 -26
- package/src/installs/latex.md +1095 -0
- package/src/installs/lftp.js +338 -26
- package/src/installs/lftp.md +907 -0
- package/src/installs/lsb-release.js +346 -0
- package/src/installs/lsb-release.md +814 -0
- package/src/installs/messenger.js +829 -26
- package/src/installs/messenger.md +900 -0
- package/src/installs/microsoft-office.js +550 -26
- package/src/installs/microsoft-office.md +760 -0
- package/src/installs/microsoft-teams.js +782 -25
- package/src/installs/microsoft-teams.md +886 -0
- package/src/installs/node.js +886 -26
- package/src/installs/node.md +1153 -0
- package/src/installs/nordpass.js +698 -26
- package/src/installs/nordpass.md +921 -0
- package/src/installs/nvm.js +977 -26
- package/src/installs/nvm.md +1057 -0
- package/src/installs/openssh.js +734 -64
- package/src/installs/openssh.md +1056 -0
- package/src/installs/pandoc.js +644 -26
- package/src/installs/pandoc.md +1036 -0
- package/src/installs/pinentry.js +492 -26
- package/src/installs/pinentry.md +1142 -0
- package/src/installs/pngyu.js +851 -26
- package/src/installs/pngyu.md +896 -0
- package/src/installs/postman.js +781 -26
- package/src/installs/postman.md +940 -0
- package/src/installs/procps.js +425 -0
- package/src/installs/procps.md +851 -0
- package/src/installs/safari-tech-preview.js +355 -25
- package/src/installs/safari-tech-preview.md +533 -0
- package/src/installs/sfnt2woff.js +640 -26
- package/src/installs/sfnt2woff.md +795 -0
- package/src/installs/shellcheck.js +463 -26
- package/src/installs/shellcheck.md +1005 -0
- package/src/installs/slack.js +722 -25
- package/src/installs/slack.md +865 -0
- package/src/installs/snagit.js +566 -25
- package/src/installs/snagit.md +844 -0
- package/src/installs/software-properties-common.js +372 -0
- package/src/installs/software-properties-common.md +805 -0
- package/src/installs/spotify.js +858 -25
- package/src/installs/spotify.md +901 -0
- package/src/installs/studio-3t.js +803 -26
- package/src/installs/studio-3t.md +918 -0
- package/src/installs/sublime-text.js +780 -25
- package/src/installs/sublime-text.md +914 -0
- package/src/installs/superwhisper.js +687 -25
- package/src/installs/superwhisper.md +630 -0
- package/src/installs/tailscale.js +727 -26
- package/src/installs/tailscale.md +1100 -0
- package/src/installs/tar.js +389 -0
- package/src/installs/tar.md +946 -0
- package/src/installs/termius.js +780 -26
- package/src/installs/termius.md +844 -0
- package/src/installs/terraform.js +761 -26
- package/src/installs/terraform.md +899 -0
- package/src/installs/tidal.js +752 -25
- package/src/installs/tidal.md +864 -0
- package/src/installs/tmux.js +328 -26
- package/src/installs/tmux.md +1030 -0
- package/src/installs/tree.js +393 -26
- package/src/installs/tree.md +833 -0
- package/src/installs/unzip.js +460 -0
- package/src/installs/unzip.md +879 -0
- package/src/installs/vim.js +403 -26
- package/src/installs/vim.md +1040 -0
- package/src/installs/vlc.js +803 -26
- package/src/installs/vlc.md +927 -0
- package/src/installs/vscode.js +825 -26
- package/src/installs/vscode.md +1002 -0
- package/src/installs/wget.js +415 -0
- package/src/installs/wget.md +791 -0
- package/src/installs/whatsapp.js +710 -25
- package/src/installs/whatsapp.md +854 -0
- package/src/installs/winpty.js +352 -0
- package/src/installs/winpty.md +620 -0
- package/src/installs/woff2.js +535 -26
- package/src/installs/woff2.md +977 -0
- package/src/installs/wsl.js +572 -0
- package/src/installs/wsl.md +699 -0
- package/src/installs/xcode-clt.js +520 -0
- package/src/installs/xcode-clt.md +351 -0
- package/src/installs/xcode.js +542 -26
- package/src/installs/xcode.md +573 -0
- package/src/installs/yarn.js +806 -26
- package/src/installs/yarn.md +1074 -0
- package/src/installs/yq.js +636 -26
- package/src/installs/yq.md +944 -0
- package/src/installs/yt-dlp.js +683 -26
- package/src/installs/yt-dlp.md +946 -0
- package/src/installs/yum-utils.js +297 -0
- package/src/installs/yum-utils.md +648 -0
- package/src/installs/zoom.js +740 -25
- package/src/installs/zoom.md +884 -0
- package/src/scripts/README.md +567 -45
- package/src/scripts/STATUS.md +208 -0
- package/src/scripts/afk.js +395 -7
- package/src/scripts/backup-all.js +731 -9
- package/src/scripts/backup-source.js +711 -8
- package/src/scripts/brewd.js +373 -7
- package/src/scripts/brewi.js +505 -9
- package/src/scripts/brewr.js +512 -9
- package/src/scripts/brews.js +462 -9
- package/src/scripts/brewu.js +488 -7
- package/src/scripts/c.js +185 -7
- package/src/scripts/ccurl.js +325 -8
- package/src/scripts/certbot-crontab-init.js +488 -8
- package/src/scripts/certbot-init.js +641 -9
- package/src/scripts/ch.js +339 -7
- package/src/scripts/claude-danger.js +253 -8
- package/src/scripts/clean-dev.js +419 -8
- package/src/scripts/clear-dns-cache.js +525 -7
- package/src/scripts/clone.js +417 -7
- package/src/scripts/code-all.js +420 -7
- package/src/scripts/count-files.js +195 -8
- package/src/scripts/count-folders.js +195 -8
- package/src/scripts/count.js +248 -8
- package/src/scripts/d.js +203 -7
- package/src/scripts/datauri.js +373 -8
- package/src/scripts/delete-files.js +363 -7
- package/src/scripts/docker-clean.js +410 -8
- package/src/scripts/dp.js +426 -7
- package/src/scripts/e.js +375 -9
- package/src/scripts/empty-trash.js +497 -7
- package/src/scripts/evm.js +428 -9
- package/src/scripts/fetch-github-repos.js +441 -10
- package/src/scripts/get-channel.js +329 -8
- package/src/scripts/get-course.js +384 -11
- package/src/scripts/get-dependencies.js +290 -9
- package/src/scripts/get-folder.js +783 -10
- package/src/scripts/get-tunes.js +411 -10
- package/src/scripts/get-video.js +352 -9
- package/src/scripts/git-backup.js +561 -9
- package/src/scripts/git-clone.js +477 -9
- package/src/scripts/git-pup.js +303 -7
- package/src/scripts/git-push.js +380 -8
- package/src/scripts/h.js +607 -9
- package/src/scripts/hide-desktop-icons.js +483 -7
- package/src/scripts/hide-hidden-files.js +522 -7
- package/src/scripts/install-dependencies-from.js +440 -9
- package/src/scripts/ips.js +647 -10
- package/src/scripts/iso.js +354 -8
- package/src/scripts/killni.js +561 -7
- package/src/scripts/ll.js +451 -8
- package/src/scripts/local-ip.js +310 -8
- package/src/scripts/m.js +508 -8
- package/src/scripts/map.js +293 -8
- package/src/scripts/mkd.js +287 -7
- package/src/scripts/ncu-update-all.js +441 -8
- package/src/scripts/nginx-init.js +702 -12
- package/src/scripts/npmi.js +366 -7
- package/src/scripts/o.js +495 -8
- package/src/scripts/org-by-date.js +321 -7
- package/src/scripts/p.js +208 -7
- package/src/scripts/packages.js +313 -8
- package/src/scripts/path.js +209 -7
- package/src/scripts/ports.js +582 -8
- package/src/scripts/q.js +290 -8
- package/src/scripts/refresh-files.js +378 -10
- package/src/scripts/remove-smaller-files.js +500 -8
- package/src/scripts/rename-files-with-date.js +517 -9
- package/src/scripts/resize-image.js +523 -9
- package/src/scripts/rm-safe.js +653 -8
- package/src/scripts/s.js +525 -9
- package/src/scripts/set-git-public.js +349 -7
- package/src/scripts/show-desktop-icons.js +459 -7
- package/src/scripts/show-hidden-files.js +456 -7
- package/src/scripts/tpa.js +265 -8
- package/src/scripts/tpo.js +264 -7
- package/src/scripts/u.js +489 -7
- package/src/scripts/vpush.js +422 -8
- package/src/scripts/y.js +267 -7
- package/src/utils/common/os.js +94 -2
- package/src/utils/ubuntu/apt.js +13 -7
- package/src/utils/windows/choco.js +82 -26
- package/src/utils/windows/winget.js +89 -27
|
@@ -1,44 +1,658 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* @fileoverview Install sfnt2woff
|
|
4
|
+
* @fileoverview Install sfnt2woff - a command-line utility for converting TrueType
|
|
5
|
+
* and OpenType fonts (TTF/OTF) to Web Open Font Format (WOFF).
|
|
6
|
+
*
|
|
7
|
+
* sfnt2woff was originally developed by Jonathan Kew at Mozilla and is used by
|
|
8
|
+
* web developers to compress fonts for faster web page loading while maintaining
|
|
9
|
+
* visual fidelity. The tool works in conjunction with woff2sfnt, which performs
|
|
10
|
+
* the reverse conversion.
|
|
11
|
+
*
|
|
12
|
+
* Key capabilities:
|
|
13
|
+
* - Convert TTF and OTF files to WOFF format
|
|
14
|
+
* - Optionally embed XML metadata in WOFF files
|
|
15
|
+
* - Include private data blocks for font-specific information
|
|
16
|
+
* - Apply zlib compression (typically 40-60% smaller than original)
|
|
17
|
+
*
|
|
18
|
+
* Note: This tool produces WOFF 1.0 files. For WOFF 2.0 (better compression),
|
|
19
|
+
* use the 'woff2' tool instead.
|
|
20
|
+
*
|
|
21
|
+
* Platform-specific installation methods:
|
|
22
|
+
* - macOS: Homebrew tap (bramstein/webfonttools) with sfnt2woff formula
|
|
23
|
+
* - Ubuntu/Debian: APT package 'woff-tools'
|
|
24
|
+
* - Raspberry Pi OS: APT package 'woff-tools' (ARM builds available)
|
|
25
|
+
* - Amazon Linux: Compile from source (not in repositories)
|
|
26
|
+
* - Windows: npm package 'sfnt2woff' (Node.js-based implementation)
|
|
27
|
+
* - WSL: APT package 'woff-tools' (same as Ubuntu)
|
|
28
|
+
* - Git Bash: npm package 'sfnt2woff' (Node.js-based implementation)
|
|
29
|
+
*
|
|
5
30
|
* @module installs/sfnt2woff
|
|
6
31
|
*/
|
|
7
32
|
|
|
8
33
|
const os = require('../utils/common/os');
|
|
34
|
+
const shell = require('../utils/common/shell');
|
|
35
|
+
const brew = require('../utils/macos/brew');
|
|
36
|
+
const apt = require('../utils/ubuntu/apt');
|
|
37
|
+
const choco = require('../utils/windows/choco');
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* The Homebrew tap repository containing web font tools.
|
|
41
|
+
* This third-party tap must be added before installing sfnt2woff.
|
|
42
|
+
*/
|
|
43
|
+
const HOMEBREW_TAP_REPOSITORY = 'bramstein/webfonttools';
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* The Homebrew formula name for sfnt2woff.
|
|
47
|
+
* This formula is available after adding the bramstein/webfonttools tap.
|
|
48
|
+
*/
|
|
49
|
+
const HOMEBREW_FORMULA_NAME = 'sfnt2woff';
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* The APT package name that provides sfnt2woff on Debian-based systems.
|
|
53
|
+
* The woff-tools package includes both sfnt2woff and woff2sfnt utilities.
|
|
54
|
+
*/
|
|
55
|
+
const APT_PACKAGE_NAME = 'woff-tools';
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* The npm package name for sfnt2woff.
|
|
59
|
+
* Used on Windows and Git Bash where native binaries are not easily available.
|
|
60
|
+
*/
|
|
61
|
+
const NPM_PACKAGE_NAME = 'sfnt2woff';
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* The Git repository URL for building sfnt2woff from source.
|
|
65
|
+
* Used on Amazon Linux where the package is not available in repositories.
|
|
66
|
+
*/
|
|
67
|
+
const SOURCE_REPOSITORY_URL = 'https://github.com/wget/sfnt2woff.git';
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Check if sfnt2woff is installed by verifying the command exists in PATH.
|
|
71
|
+
*
|
|
72
|
+
* This check works for natively installed versions (Homebrew, APT, compiled).
|
|
73
|
+
* For npm-based installations, the command may require 'npx' to execute.
|
|
74
|
+
*
|
|
75
|
+
* @returns {boolean} True if sfnt2woff command is available, false otherwise
|
|
76
|
+
*/
|
|
77
|
+
function isSfnt2woffCommandAvailable() {
|
|
78
|
+
return shell.commandExists('sfnt2woff');
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Check if woff2sfnt (the reverse conversion tool) is installed.
|
|
83
|
+
*
|
|
84
|
+
* woff2sfnt is typically installed alongside sfnt2woff and allows converting
|
|
85
|
+
* WOFF files back to OTF/TTF format.
|
|
86
|
+
*
|
|
87
|
+
* @returns {boolean} True if woff2sfnt command is available, false otherwise
|
|
88
|
+
*/
|
|
89
|
+
function isWoff2sfntCommandAvailable() {
|
|
90
|
+
return shell.commandExists('woff2sfnt');
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Check if Node.js and npm are available for npm-based installation.
|
|
95
|
+
*
|
|
96
|
+
* On Windows and Git Bash, sfnt2woff is installed via npm since native
|
|
97
|
+
* binaries are not easily available.
|
|
98
|
+
*
|
|
99
|
+
* @returns {boolean} True if both node and npm commands are available
|
|
100
|
+
*/
|
|
101
|
+
function isNpmAvailable() {
|
|
102
|
+
return shell.commandExists('node') && shell.commandExists('npm');
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Install sfnt2woff on macOS using Homebrew.
|
|
107
|
+
*
|
|
108
|
+
* Prerequisites:
|
|
109
|
+
* - macOS 12 (Monterey) or later
|
|
110
|
+
* - Homebrew package manager installed
|
|
111
|
+
* - Xcode Command Line Tools installed
|
|
112
|
+
*
|
|
113
|
+
* This function first adds the bramstein/webfonttools tap (a third-party
|
|
114
|
+
* Homebrew repository containing web font tools) and then installs sfnt2woff.
|
|
115
|
+
* The installation also includes woff2sfnt for reverse conversion.
|
|
116
|
+
*
|
|
117
|
+
* @returns {Promise<void>}
|
|
118
|
+
*/
|
|
119
|
+
async function install_macos() {
|
|
120
|
+
// Check if sfnt2woff is already installed via any method
|
|
121
|
+
const isInstalled = isSfnt2woffCommandAvailable();
|
|
122
|
+
if (isInstalled) {
|
|
123
|
+
console.log('sfnt2woff is already installed, skipping...');
|
|
124
|
+
return;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
// Verify Homebrew is available - it is required for macOS installation
|
|
128
|
+
if (!brew.isInstalled()) {
|
|
129
|
+
console.log('Homebrew is not installed. Please install Homebrew first.');
|
|
130
|
+
console.log('Run: dev install homebrew');
|
|
131
|
+
return;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
// Add the bramstein/webfonttools tap which contains sfnt2woff
|
|
135
|
+
// This is a third-party Homebrew repository maintained by Bram Stein
|
|
136
|
+
console.log('Adding bramstein/webfonttools Homebrew tap...');
|
|
137
|
+
const tapResult = await brew.tap(HOMEBREW_TAP_REPOSITORY);
|
|
138
|
+
|
|
139
|
+
if (!tapResult.success) {
|
|
140
|
+
console.log('Failed to add the bramstein/webfonttools tap.');
|
|
141
|
+
console.log(tapResult.output);
|
|
142
|
+
console.log('');
|
|
143
|
+
console.log('Troubleshooting:');
|
|
144
|
+
console.log(' 1. Update Homebrew: brew update');
|
|
145
|
+
console.log(' 2. Retry adding the tap: brew tap bramstein/webfonttools');
|
|
146
|
+
return;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// Install sfnt2woff using Homebrew
|
|
150
|
+
// This also installs woff2sfnt (the companion tool for reverse conversion)
|
|
151
|
+
console.log('Installing sfnt2woff via Homebrew...');
|
|
152
|
+
const result = await brew.install(HOMEBREW_FORMULA_NAME);
|
|
153
|
+
|
|
154
|
+
if (!result.success) {
|
|
155
|
+
console.log('Failed to install sfnt2woff via Homebrew.');
|
|
156
|
+
console.log(result.output);
|
|
157
|
+
return;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
// Verify the installation succeeded by checking if the command now exists
|
|
161
|
+
const verified = isSfnt2woffCommandAvailable();
|
|
162
|
+
if (!verified) {
|
|
163
|
+
console.log('Installation may have failed: sfnt2woff command not found after install.');
|
|
164
|
+
console.log('');
|
|
165
|
+
console.log('Homebrew may not be in your PATH. For Apple Silicon Macs:');
|
|
166
|
+
console.log(' echo \'eval "$(/opt/homebrew/bin/brew shellenv)"\' >> ~/.zshrc');
|
|
167
|
+
console.log(' source ~/.zshrc');
|
|
168
|
+
console.log('');
|
|
169
|
+
console.log('For Intel Macs:');
|
|
170
|
+
console.log(' echo \'eval "$(/usr/local/bin/brew shellenv)"\' >> ~/.zshrc');
|
|
171
|
+
console.log(' source ~/.zshrc');
|
|
172
|
+
return;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
console.log('sfnt2woff installed successfully.');
|
|
176
|
+
|
|
177
|
+
// Check if the companion tool woff2sfnt is also available
|
|
178
|
+
if (isWoff2sfntCommandAvailable()) {
|
|
179
|
+
console.log('woff2sfnt (reverse conversion tool) is also available.');
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
console.log('');
|
|
183
|
+
console.log('Usage: sfnt2woff myfont.ttf');
|
|
184
|
+
console.log(' sfnt2woff -v 1.0 -m metadata.xml myfont.otf');
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Install sfnt2woff on Ubuntu/Debian using APT.
|
|
189
|
+
*
|
|
190
|
+
* Prerequisites:
|
|
191
|
+
* - Ubuntu 20.04 LTS or later, or Debian 11 (Bullseye) or later
|
|
192
|
+
* - sudo privileges
|
|
193
|
+
* - At least 50 MB free disk space
|
|
194
|
+
*
|
|
195
|
+
* The woff-tools package is available in the default Ubuntu/Debian repositories
|
|
196
|
+
* and includes both sfnt2woff (for conversion to WOFF) and woff2sfnt (for
|
|
197
|
+
* conversion from WOFF).
|
|
198
|
+
*
|
|
199
|
+
* @returns {Promise<void>}
|
|
200
|
+
*/
|
|
201
|
+
async function install_ubuntu() {
|
|
202
|
+
// Check if sfnt2woff is already installed by looking for the command
|
|
203
|
+
const isInstalled = isSfnt2woffCommandAvailable();
|
|
204
|
+
if (isInstalled) {
|
|
205
|
+
console.log('sfnt2woff is already installed, skipping...');
|
|
206
|
+
return;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
// Update package lists before installing to ensure we get the latest available version
|
|
210
|
+
console.log('Updating package lists...');
|
|
211
|
+
const updateResult = await apt.update();
|
|
212
|
+
if (!updateResult.success) {
|
|
213
|
+
console.log('Warning: Failed to update package lists. Continuing with installation...');
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
// Install woff-tools using APT
|
|
217
|
+
// The package includes both sfnt2woff and woff2sfnt utilities
|
|
218
|
+
console.log('Installing woff-tools (provides sfnt2woff) via APT...');
|
|
219
|
+
const result = await apt.install(APT_PACKAGE_NAME);
|
|
220
|
+
|
|
221
|
+
if (!result.success) {
|
|
222
|
+
console.log('Failed to install woff-tools via APT.');
|
|
223
|
+
console.log(result.output);
|
|
224
|
+
console.log('');
|
|
225
|
+
console.log('Troubleshooting:');
|
|
226
|
+
console.log(' 1. Ensure the universe repository is enabled:');
|
|
227
|
+
console.log(' sudo add-apt-repository -y universe');
|
|
228
|
+
console.log(' sudo apt-get update');
|
|
229
|
+
console.log(' 2. Retry: sudo apt-get install -y woff-tools');
|
|
230
|
+
return;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// Verify the installation succeeded by checking if the command exists
|
|
234
|
+
const verified = isSfnt2woffCommandAvailable();
|
|
235
|
+
if (!verified) {
|
|
236
|
+
console.log('Installation may have failed: sfnt2woff command not found after install.');
|
|
237
|
+
return;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
console.log('sfnt2woff installed successfully.');
|
|
241
|
+
|
|
242
|
+
// Check if the companion tool woff2sfnt is also available
|
|
243
|
+
if (isWoff2sfntCommandAvailable()) {
|
|
244
|
+
console.log('woff2sfnt (reverse conversion tool) is also available.');
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
console.log('');
|
|
248
|
+
console.log('Usage: sfnt2woff myfont.ttf');
|
|
249
|
+
console.log(' sfnt2woff -v 1.0 -m metadata.xml myfont.otf');
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* Install sfnt2woff on Ubuntu running in WSL.
|
|
254
|
+
*
|
|
255
|
+
* Prerequisites:
|
|
256
|
+
* - Windows 10 version 2004 or higher, or Windows 11
|
|
257
|
+
* - WSL 2 enabled with Ubuntu distribution installed
|
|
258
|
+
* - sudo privileges within WSL
|
|
259
|
+
*
|
|
260
|
+
* WSL Ubuntu uses the same APT package repositories as native Ubuntu,
|
|
261
|
+
* so the installation process is identical. The woff-tools package
|
|
262
|
+
* provides both sfnt2woff and woff2sfnt utilities.
|
|
263
|
+
*
|
|
264
|
+
* @returns {Promise<void>}
|
|
265
|
+
*/
|
|
266
|
+
async function install_ubuntu_wsl() {
|
|
267
|
+
console.log('Detected Ubuntu running in WSL (Windows Subsystem for Linux).');
|
|
268
|
+
console.log('');
|
|
269
|
+
|
|
270
|
+
// WSL Ubuntu uses the same APT-based installation as native Ubuntu
|
|
271
|
+
await install_ubuntu();
|
|
272
|
+
|
|
273
|
+
// Provide WSL-specific tips after installation
|
|
274
|
+
if (isSfnt2woffCommandAvailable()) {
|
|
275
|
+
console.log('');
|
|
276
|
+
console.log('WSL Tips:');
|
|
277
|
+
console.log(' - Access Windows files via /mnt/c/Users/...');
|
|
278
|
+
console.log(' - Example: sfnt2woff /mnt/c/Users/YourName/Downloads/myfont.ttf');
|
|
279
|
+
console.log(' - Output file will be created in the same directory as input');
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* Install sfnt2woff on Raspberry Pi OS using APT.
|
|
285
|
+
*
|
|
286
|
+
* Prerequisites:
|
|
287
|
+
* - Raspberry Pi OS (Bookworm or Bullseye), 32-bit or 64-bit
|
|
288
|
+
* - Raspberry Pi 3 or later recommended
|
|
289
|
+
* - sudo privileges
|
|
290
|
+
* - At least 50 MB free disk space
|
|
291
|
+
*
|
|
292
|
+
* Raspberry Pi OS is based on Debian, so woff-tools installation follows
|
|
293
|
+
* the same process as Ubuntu/Debian. The package is available for ARM
|
|
294
|
+
* architectures (armhf, arm64).
|
|
295
|
+
*
|
|
296
|
+
* @returns {Promise<void>}
|
|
297
|
+
*/
|
|
298
|
+
async function install_raspbian() {
|
|
299
|
+
// Raspberry Pi OS uses the same APT-based installation as Ubuntu/Debian
|
|
300
|
+
// The woff-tools package is compiled natively for ARM architectures
|
|
301
|
+
await install_ubuntu();
|
|
302
|
+
|
|
303
|
+
// Provide Raspberry Pi-specific notes after installation
|
|
304
|
+
if (isSfnt2woffCommandAvailable()) {
|
|
305
|
+
console.log('');
|
|
306
|
+
console.log('Note: Font conversion is CPU-intensive. On older Raspberry Pi');
|
|
307
|
+
console.log('models (Pi 2 or earlier), expect longer processing times.');
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* Install sfnt2woff on Amazon Linux by compiling from source.
|
|
313
|
+
*
|
|
314
|
+
* Prerequisites:
|
|
315
|
+
* - Amazon Linux 2023 (AL2023) or Amazon Linux 2 (AL2)
|
|
316
|
+
* - sudo privileges
|
|
317
|
+
* - Development tools (gcc, make, zlib-devel, git)
|
|
318
|
+
* - At least 100 MB free disk space
|
|
319
|
+
*
|
|
320
|
+
* IMPORTANT: sfnt2woff is not available in the Amazon Linux repositories.
|
|
321
|
+
* This function compiles it from source using the original Mozilla codebase
|
|
322
|
+
* maintained on GitHub.
|
|
323
|
+
*
|
|
324
|
+
* @returns {Promise<void>}
|
|
325
|
+
*/
|
|
326
|
+
async function install_amazon_linux() {
|
|
327
|
+
// Check if sfnt2woff is already installed
|
|
328
|
+
const isInstalled = isSfnt2woffCommandAvailable();
|
|
329
|
+
if (isInstalled) {
|
|
330
|
+
console.log('sfnt2woff is already installed, skipping...');
|
|
331
|
+
return;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
// Detect the package manager (dnf for AL2023, yum for AL2)
|
|
335
|
+
const hasDnf = shell.commandExists('dnf');
|
|
336
|
+
const hasYum = shell.commandExists('yum');
|
|
337
|
+
const packageManager = hasDnf ? 'dnf' : (hasYum ? 'yum' : null);
|
|
338
|
+
|
|
339
|
+
if (!packageManager) {
|
|
340
|
+
console.log('Neither dnf nor yum package manager found.');
|
|
341
|
+
console.log('This installer supports Amazon Linux 2023 (dnf) and Amazon Linux 2 (yum).');
|
|
342
|
+
return;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
console.log(`Detected package manager: ${packageManager}`);
|
|
346
|
+
console.log('');
|
|
347
|
+
console.log('sfnt2woff is not available in Amazon Linux repositories.');
|
|
348
|
+
console.log('Compiling from source...');
|
|
349
|
+
console.log('');
|
|
350
|
+
|
|
351
|
+
// Install build dependencies required for compilation
|
|
352
|
+
// gcc: C compiler
|
|
353
|
+
// make: Build automation tool
|
|
354
|
+
// zlib-devel: Compression library headers (required for WOFF compression)
|
|
355
|
+
// git: For cloning the source repository
|
|
356
|
+
console.log('Installing build dependencies...');
|
|
357
|
+
const installDepsCommand = `sudo ${packageManager} install -y gcc make zlib-devel git`;
|
|
358
|
+
const depsResult = await shell.exec(installDepsCommand);
|
|
359
|
+
|
|
360
|
+
if (depsResult.code !== 0) {
|
|
361
|
+
console.log('Failed to install build dependencies.');
|
|
362
|
+
console.log(depsResult.stderr || depsResult.stdout);
|
|
363
|
+
return;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
// Clone the sfnt2woff source repository to a temporary directory
|
|
367
|
+
console.log('Cloning sfnt2woff source repository...');
|
|
368
|
+
const cloneCommand = `cd /tmp && rm -rf sfnt2woff && git clone ${SOURCE_REPOSITORY_URL}`;
|
|
369
|
+
const cloneResult = await shell.exec(cloneCommand);
|
|
370
|
+
|
|
371
|
+
if (cloneResult.code !== 0) {
|
|
372
|
+
console.log('Failed to clone the source repository.');
|
|
373
|
+
console.log(cloneResult.stderr || cloneResult.stdout);
|
|
374
|
+
console.log('');
|
|
375
|
+
console.log('Troubleshooting:');
|
|
376
|
+
console.log(' 1. Check your internet connection');
|
|
377
|
+
console.log(' 2. Ensure git is installed: sudo ' + packageManager + ' install -y git');
|
|
378
|
+
return;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
// Compile the source code using make
|
|
382
|
+
console.log('Compiling sfnt2woff...');
|
|
383
|
+
const makeResult = await shell.exec('cd /tmp/sfnt2woff && make');
|
|
384
|
+
|
|
385
|
+
if (makeResult.code !== 0) {
|
|
386
|
+
console.log('Failed to compile sfnt2woff.');
|
|
387
|
+
console.log(makeResult.stderr || makeResult.stdout);
|
|
388
|
+
console.log('');
|
|
389
|
+
console.log('Troubleshooting:');
|
|
390
|
+
console.log(' 1. Ensure zlib-devel is installed:');
|
|
391
|
+
console.log(' sudo ' + packageManager + ' install -y zlib-devel');
|
|
392
|
+
console.log(' 2. Check for compiler errors in the output above');
|
|
393
|
+
return;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
// Install the compiled binaries to /usr/local/bin
|
|
397
|
+
console.log('Installing binaries to /usr/local/bin...');
|
|
398
|
+
const installResult = await shell.exec(
|
|
399
|
+
'sudo cp /tmp/sfnt2woff/sfnt2woff /tmp/sfnt2woff/woff2sfnt /usr/local/bin/ && ' +
|
|
400
|
+
'sudo chmod 755 /usr/local/bin/sfnt2woff /usr/local/bin/woff2sfnt'
|
|
401
|
+
);
|
|
402
|
+
|
|
403
|
+
if (installResult.code !== 0) {
|
|
404
|
+
console.log('Failed to install binaries.');
|
|
405
|
+
console.log(installResult.stderr || installResult.stdout);
|
|
406
|
+
return;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
// Clean up the temporary build directory
|
|
410
|
+
console.log('Cleaning up build files...');
|
|
411
|
+
await shell.exec('rm -rf /tmp/sfnt2woff');
|
|
412
|
+
|
|
413
|
+
// Verify the installation succeeded
|
|
414
|
+
const verified = isSfnt2woffCommandAvailable();
|
|
415
|
+
if (!verified) {
|
|
416
|
+
console.log('Installation may have failed: sfnt2woff command not found after install.');
|
|
417
|
+
console.log('');
|
|
418
|
+
console.log('Ensure /usr/local/bin is in your PATH:');
|
|
419
|
+
console.log(' echo \'export PATH="/usr/local/bin:$PATH"\' >> ~/.bashrc');
|
|
420
|
+
console.log(' source ~/.bashrc');
|
|
421
|
+
return;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
console.log('sfnt2woff installed successfully (compiled from source).');
|
|
425
|
+
|
|
426
|
+
// Check if the companion tool woff2sfnt is also available
|
|
427
|
+
if (isWoff2sfntCommandAvailable()) {
|
|
428
|
+
console.log('woff2sfnt (reverse conversion tool) is also available.');
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
console.log('');
|
|
432
|
+
console.log('Usage: sfnt2woff myfont.ttf');
|
|
433
|
+
console.log(' sfnt2woff -v 1.0 -m metadata.xml myfont.otf');
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* Install sfnt2woff on Windows using npm.
|
|
438
|
+
*
|
|
439
|
+
* Prerequisites:
|
|
440
|
+
* - Windows 10 or later (64-bit)
|
|
441
|
+
* - Node.js and npm installed
|
|
442
|
+
* - Administrator PowerShell (for global npm installation)
|
|
443
|
+
*
|
|
444
|
+
* IMPORTANT: sfnt2woff is not available as a Chocolatey or winget package.
|
|
445
|
+
* This function installs an npm package that provides sfnt2woff functionality.
|
|
446
|
+
* The npm version is a JavaScript/Node.js implementation that provides
|
|
447
|
+
* equivalent functionality to the original Mozilla C tool.
|
|
448
|
+
*
|
|
449
|
+
* @returns {Promise<void>}
|
|
450
|
+
*/
|
|
451
|
+
async function install_windows() {
|
|
452
|
+
// Check if sfnt2woff is already installed (native or npm-based)
|
|
453
|
+
const isInstalled = isSfnt2woffCommandAvailable();
|
|
454
|
+
if (isInstalled) {
|
|
455
|
+
console.log('sfnt2woff is already installed, skipping...');
|
|
456
|
+
return;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// Verify Node.js and npm are available - required for Windows installation
|
|
460
|
+
if (!isNpmAvailable()) {
|
|
461
|
+
console.log('Node.js and npm are required but not installed.');
|
|
462
|
+
console.log('');
|
|
463
|
+
console.log('Please install Node.js first:');
|
|
464
|
+
console.log(' dev install node');
|
|
465
|
+
console.log('');
|
|
466
|
+
console.log('Or via Chocolatey:');
|
|
467
|
+
console.log(' choco install nodejs-lts -y');
|
|
468
|
+
return;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
// Install sfnt2woff via npm globally
|
|
472
|
+
// The -g flag makes the command available system-wide
|
|
473
|
+
console.log('Installing sfnt2woff via npm...');
|
|
474
|
+
const result = await shell.exec(`npm install -g ${NPM_PACKAGE_NAME}`);
|
|
475
|
+
|
|
476
|
+
if (result.code !== 0) {
|
|
477
|
+
console.log('Failed to install sfnt2woff via npm.');
|
|
478
|
+
console.log(result.stderr || result.stdout);
|
|
479
|
+
console.log('');
|
|
480
|
+
console.log('Troubleshooting:');
|
|
481
|
+
console.log(' 1. Run PowerShell as Administrator');
|
|
482
|
+
console.log(' 2. Try: npm install -g sfnt2woff');
|
|
483
|
+
console.log(' 3. If permission errors persist, configure npm prefix:');
|
|
484
|
+
console.log(' npm config set prefix %USERPROFILE%\\npm');
|
|
485
|
+
return;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
console.log('sfnt2woff installed successfully via npm.');
|
|
489
|
+
console.log('');
|
|
490
|
+
console.log('Usage with npx: npx sfnt2woff input.ttf output.woff');
|
|
491
|
+
console.log('');
|
|
492
|
+
console.log('Note: The npm package provides equivalent functionality to the');
|
|
493
|
+
console.log('original Mozilla tool but is implemented in JavaScript/Node.js.');
|
|
494
|
+
console.log('');
|
|
495
|
+
console.log('For the native C-based tool, consider using WSL (Windows Subsystem for Linux).');
|
|
496
|
+
}
|
|
9
497
|
|
|
10
498
|
/**
|
|
11
|
-
* Install sfnt2woff
|
|
499
|
+
* Install sfnt2woff on Git Bash using npm.
|
|
500
|
+
*
|
|
501
|
+
* Prerequisites:
|
|
502
|
+
* - Windows 10 or later (64-bit)
|
|
503
|
+
* - Git Bash installed (comes with Git for Windows)
|
|
504
|
+
* - Node.js installed (accessible from Git Bash)
|
|
505
|
+
* - Internet access
|
|
506
|
+
*
|
|
507
|
+
* Git Bash runs in a MinGW environment where native compilation requires
|
|
508
|
+
* additional setup. The simplest approach is using the npm package since
|
|
509
|
+
* Node.js commands work seamlessly in Git Bash.
|
|
510
|
+
*
|
|
511
|
+
* @returns {Promise<void>}
|
|
512
|
+
*/
|
|
513
|
+
async function install_gitbash() {
|
|
514
|
+
// Check if sfnt2woff is already available in Git Bash
|
|
515
|
+
const isInstalled = isSfnt2woffCommandAvailable();
|
|
516
|
+
if (isInstalled) {
|
|
517
|
+
console.log('sfnt2woff is already installed, skipping...');
|
|
518
|
+
return;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
// Verify Node.js and npm are available
|
|
522
|
+
if (!isNpmAvailable()) {
|
|
523
|
+
console.log('Node.js and npm are required but not installed.');
|
|
524
|
+
console.log('');
|
|
525
|
+
console.log('Please install Node.js first:');
|
|
526
|
+
console.log(' dev install node');
|
|
527
|
+
console.log('');
|
|
528
|
+
console.log('Or download from: https://nodejs.org/');
|
|
529
|
+
return;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
// Install sfnt2woff via npm globally
|
|
533
|
+
console.log('Installing sfnt2woff via npm...');
|
|
534
|
+
const result = await shell.exec(`npm install -g ${NPM_PACKAGE_NAME}`);
|
|
535
|
+
|
|
536
|
+
if (result.code !== 0) {
|
|
537
|
+
console.log('Failed to install sfnt2woff via npm.');
|
|
538
|
+
console.log(result.stderr || result.stdout);
|
|
539
|
+
console.log('');
|
|
540
|
+
console.log('Troubleshooting:');
|
|
541
|
+
console.log(' 1. Verify npm is working: npm --version');
|
|
542
|
+
console.log(' 2. Try: npm install -g sfnt2woff');
|
|
543
|
+
return;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
// Verify npm global bin is in PATH
|
|
547
|
+
const npmPrefixResult = await shell.exec('npm config get prefix');
|
|
548
|
+
const npmPrefix = npmPrefixResult.stdout.trim();
|
|
549
|
+
|
|
550
|
+
console.log('sfnt2woff installed successfully via npm.');
|
|
551
|
+
console.log('');
|
|
552
|
+
console.log('Usage with npx: npx sfnt2woff input.ttf output.woff');
|
|
553
|
+
console.log('');
|
|
554
|
+
console.log('Path tip for Git Bash: Use forward slashes and MSYS format:');
|
|
555
|
+
console.log(' npx sfnt2woff /c/Users/YourName/Fonts/myfont.ttf');
|
|
556
|
+
console.log('');
|
|
557
|
+
console.log('For the native C-based tool, consider using WSL instead.');
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
/**
|
|
561
|
+
* Check if sfnt2woff is already installed on the system.
|
|
562
|
+
*
|
|
563
|
+
* This function checks for sfnt2woff installation using platform-appropriate methods:
|
|
564
|
+
* - macOS: Checks if Homebrew formula is installed
|
|
565
|
+
* - Linux: Checks if 'sfnt2woff' command exists in PATH
|
|
566
|
+
* - Windows/Git Bash: Checks if 'sfnt2woff' command exists (npm-based)
|
|
567
|
+
*
|
|
568
|
+
* @returns {Promise<boolean>} True if sfnt2woff is installed, false otherwise
|
|
569
|
+
*/
|
|
570
|
+
async function isInstalled() {
|
|
571
|
+
const platform = os.detect();
|
|
572
|
+
|
|
573
|
+
if (platform.type === 'macos') {
|
|
574
|
+
return brew.isFormulaInstalled(HOMEBREW_FORMULA_NAME);
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
// All platforms: Check if command exists
|
|
578
|
+
return isSfnt2woffCommandAvailable();
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
/**
|
|
582
|
+
* Check if this installer is supported on the current platform.
|
|
583
|
+
* sfnt2woff is supported on all major platforms.
|
|
584
|
+
* @returns {boolean} True if installation is supported on this platform
|
|
585
|
+
*/
|
|
586
|
+
function isEligible() {
|
|
587
|
+
const platform = os.detect();
|
|
588
|
+
return ['macos', 'ubuntu', 'debian', 'wsl', 'raspbian', 'amazon_linux', 'rhel', 'fedora', 'windows', 'gitbash'].includes(platform.type);
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* Main installation entry point - detects platform and runs appropriate installer.
|
|
593
|
+
*
|
|
594
|
+
* This function detects the current operating system and dispatches to the
|
|
595
|
+
* appropriate platform-specific installer function. sfnt2woff is supported on
|
|
596
|
+
* all major platforms through various installation methods:
|
|
597
|
+
*
|
|
598
|
+
* - macOS: Homebrew tap (bramstein/webfonttools)
|
|
599
|
+
* - Ubuntu/Debian: APT package (woff-tools)
|
|
600
|
+
* - Ubuntu on WSL: APT package (woff-tools)
|
|
601
|
+
* - Raspberry Pi OS: APT package (woff-tools, ARM builds)
|
|
602
|
+
* - Amazon Linux/RHEL: Compile from source
|
|
603
|
+
* - Windows: npm package (sfnt2woff)
|
|
604
|
+
* - Git Bash: npm package (sfnt2woff)
|
|
12
605
|
*
|
|
13
606
|
* @returns {Promise<void>}
|
|
14
607
|
*/
|
|
15
608
|
async function install() {
|
|
16
609
|
const platform = os.detect();
|
|
17
610
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
611
|
+
// Map platform types to their corresponding installer functions
|
|
612
|
+
// Multiple platform types can map to the same installer (e.g., debian and ubuntu)
|
|
613
|
+
const installers = {
|
|
614
|
+
'macos': install_macos,
|
|
615
|
+
'ubuntu': install_ubuntu,
|
|
616
|
+
'debian': install_ubuntu,
|
|
617
|
+
'wsl': install_ubuntu_wsl,
|
|
618
|
+
'raspbian': install_raspbian,
|
|
619
|
+
'amazon_linux': install_amazon_linux,
|
|
620
|
+
'fedora': install_amazon_linux,
|
|
621
|
+
'rhel': install_amazon_linux,
|
|
622
|
+
'windows': install_windows,
|
|
623
|
+
'gitbash': install_gitbash,
|
|
624
|
+
};
|
|
625
|
+
|
|
626
|
+
// Look up the installer for the detected platform
|
|
627
|
+
const installer = installers[platform.type];
|
|
628
|
+
|
|
629
|
+
// If no installer exists for this platform, inform the user gracefully
|
|
630
|
+
// Do not throw an error - just log a message and return
|
|
631
|
+
if (!installer) {
|
|
632
|
+
console.log(`sfnt2woff is not available for ${platform.type}.`);
|
|
633
|
+
return;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
// Run the platform-specific installer
|
|
637
|
+
await installer();
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
module.exports = {
|
|
641
|
+
install,
|
|
642
|
+
isInstalled,
|
|
643
|
+
isEligible,
|
|
644
|
+
install_macos,
|
|
645
|
+
install_ubuntu,
|
|
646
|
+
install_ubuntu_wsl,
|
|
647
|
+
install_raspbian,
|
|
648
|
+
install_amazon_linux,
|
|
649
|
+
install_windows,
|
|
650
|
+
install_gitbash,
|
|
651
|
+
};
|
|
41
652
|
|
|
42
653
|
if (require.main === module) {
|
|
43
|
-
install()
|
|
654
|
+
install().catch(err => {
|
|
655
|
+
console.error(err.message);
|
|
656
|
+
process.exit(1);
|
|
657
|
+
});
|
|
44
658
|
}
|