@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
package/src/installs/woff2.js
CHANGED
|
@@ -1,44 +1,553 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* @fileoverview Install WOFF2.
|
|
4
|
+
* @fileoverview Install woff2 - Google's reference implementation of WOFF2 font compression.
|
|
5
|
+
*
|
|
6
|
+
* woff2 provides tools for compressing and decompressing Web Open Font Format 2.0 files.
|
|
7
|
+
* WOFF2 uses the Brotli compression algorithm to achieve significantly better compression
|
|
8
|
+
* ratios than the original WOFF 1.0 format, typically reducing font file sizes by 30%
|
|
9
|
+
* compared to WOFF 1.0 and up to 50-70% compared to uncompressed TTF/OTF fonts.
|
|
10
|
+
*
|
|
11
|
+
* Included tools:
|
|
12
|
+
* - woff2_compress: Convert TTF/OTF fonts to WOFF2 format
|
|
13
|
+
* - woff2_decompress: Convert WOFF2 files back to TTF format
|
|
14
|
+
* - woff2_info: Display metadata and file information
|
|
15
|
+
*
|
|
5
16
|
* @module installs/woff2
|
|
6
17
|
*/
|
|
7
18
|
|
|
8
19
|
const os = require('../utils/common/os');
|
|
20
|
+
const shell = require('../utils/common/shell');
|
|
21
|
+
const brew = require('../utils/macos/brew');
|
|
22
|
+
const apt = require('../utils/ubuntu/apt');
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Check if woff2 tools are installed by verifying the woff2_compress command exists.
|
|
26
|
+
*
|
|
27
|
+
* We check for woff2_compress as it is the primary tool installed by the woff2 package.
|
|
28
|
+
* If this command exists, the other tools (woff2_decompress, woff2_info) should also
|
|
29
|
+
* be available.
|
|
30
|
+
*
|
|
31
|
+
* @returns {boolean} True if woff2_compress command is available, false otherwise
|
|
32
|
+
*/
|
|
33
|
+
function isWoff2Installed() {
|
|
34
|
+
return shell.commandExists('woff2_compress');
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Get the installed woff2 version or confirmation message.
|
|
39
|
+
*
|
|
40
|
+
* NOTE: woff2 command-line tools do not support a --version flag.
|
|
41
|
+
* This function returns "installed" if the command exists, or null if not found.
|
|
42
|
+
*
|
|
43
|
+
* @returns {Promise<string|null>} "installed" if woff2 is present, null otherwise
|
|
44
|
+
*/
|
|
45
|
+
async function getWoff2Version() {
|
|
46
|
+
// Check if the command exists
|
|
47
|
+
if (!isWoff2Installed()) {
|
|
48
|
+
return null;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// woff2 tools don't have a --version flag, so we just confirm existence
|
|
52
|
+
return "installed";
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Install woff2 on macOS using Homebrew.
|
|
57
|
+
*
|
|
58
|
+
* Prerequisites:
|
|
59
|
+
* - macOS 12 (Monterey) or later
|
|
60
|
+
* - Homebrew package manager installed
|
|
61
|
+
* - Xcode Command Line Tools installed
|
|
62
|
+
*
|
|
63
|
+
* Homebrew automatically installs the required brotli dependency if it is not
|
|
64
|
+
* already present on the system.
|
|
65
|
+
*
|
|
66
|
+
* @returns {Promise<void>}
|
|
67
|
+
*/
|
|
68
|
+
async function install_macos() {
|
|
69
|
+
console.log('Checking if woff2 is already installed...');
|
|
70
|
+
|
|
71
|
+
// Check if woff2 is already installed by verifying the command exists
|
|
72
|
+
const existingVersion = await getWoff2Version();
|
|
73
|
+
if (existingVersion) {
|
|
74
|
+
console.log('woff2 is already installed, skipping installation.');
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// Also check if the formula is installed via Homebrew
|
|
79
|
+
// (woff2 may be installed but not in PATH for some reason)
|
|
80
|
+
const formulaInstalled = await brew.isFormulaInstalled('woff2');
|
|
81
|
+
if (formulaInstalled) {
|
|
82
|
+
console.log('woff2 is already installed via Homebrew, skipping installation.');
|
|
83
|
+
console.log('');
|
|
84
|
+
console.log('NOTE: If woff2 commands are not working, check your PATH.');
|
|
85
|
+
console.log('Run: brew info woff2');
|
|
86
|
+
return;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
// Verify Homebrew is available - it is required for macOS installation
|
|
90
|
+
if (!brew.isInstalled()) {
|
|
91
|
+
console.log('Homebrew is not installed. Please install Homebrew first.');
|
|
92
|
+
console.log('Run: dev install homebrew');
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// Install woff2 using Homebrew with the --quiet flag for cleaner output
|
|
97
|
+
// This makes the command more suitable for automation scripts
|
|
98
|
+
console.log('Installing woff2 via Homebrew...');
|
|
99
|
+
const result = await brew.install('woff2');
|
|
100
|
+
|
|
101
|
+
if (!result.success) {
|
|
102
|
+
console.log('Failed to install woff2 via Homebrew.');
|
|
103
|
+
console.log(result.output);
|
|
104
|
+
return;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// Verify the installation succeeded by checking if the command now exists
|
|
108
|
+
const version = await getWoff2Version();
|
|
109
|
+
if (!version) {
|
|
110
|
+
console.log('Installation may have failed: woff2_compress command not found after install.');
|
|
111
|
+
console.log('');
|
|
112
|
+
console.log('Please try:');
|
|
113
|
+
console.log(' 1. Restart your terminal session');
|
|
114
|
+
console.log(' 2. Run: woff2_compress --version');
|
|
115
|
+
return;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
console.log('woff2 installed successfully.');
|
|
119
|
+
console.log('');
|
|
120
|
+
console.log('Installed tools:');
|
|
121
|
+
console.log(' - woff2_compress: Convert TTF/OTF to WOFF2');
|
|
122
|
+
console.log(' - woff2_decompress: Convert WOFF2 back to TTF');
|
|
123
|
+
console.log(' - woff2_info: Display WOFF2 file information');
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* Install woff2 on Ubuntu/Debian using APT.
|
|
128
|
+
*
|
|
129
|
+
* Prerequisites:
|
|
130
|
+
* - Ubuntu 20.04 LTS or later, or Debian 11 (Bullseye) or later
|
|
131
|
+
* - sudo privileges
|
|
132
|
+
* - At least 50 MB free disk space
|
|
133
|
+
*
|
|
134
|
+
* The woff2 package includes three command-line utilities: woff2_compress,
|
|
135
|
+
* woff2_decompress, and woff2_info. All dependencies are handled automatically
|
|
136
|
+
* by APT.
|
|
137
|
+
*
|
|
138
|
+
* @returns {Promise<void>}
|
|
139
|
+
*/
|
|
140
|
+
async function install_ubuntu() {
|
|
141
|
+
console.log('Checking if woff2 is already installed...');
|
|
142
|
+
|
|
143
|
+
// Check if woff2 is already installed by looking for the command
|
|
144
|
+
const existingVersion = await getWoff2Version();
|
|
145
|
+
if (existingVersion) {
|
|
146
|
+
console.log('woff2 is already installed, skipping installation.');
|
|
147
|
+
return;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// Update package lists before installing to ensure we get the latest available version
|
|
151
|
+
console.log('Updating package lists...');
|
|
152
|
+
const updateResult = await apt.update();
|
|
153
|
+
if (!updateResult.success) {
|
|
154
|
+
console.log('Warning: Failed to update package lists. Continuing with installation...');
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
// Install woff2 using APT
|
|
158
|
+
// The apt.install function uses DEBIAN_FRONTEND=noninteractive and -y flag
|
|
159
|
+
// to ensure fully automated installation without prompts
|
|
160
|
+
console.log('Installing woff2 via APT...');
|
|
161
|
+
const result = await apt.install('woff2');
|
|
162
|
+
|
|
163
|
+
if (!result.success) {
|
|
164
|
+
console.log('Failed to install woff2 via APT.');
|
|
165
|
+
console.log(result.output);
|
|
166
|
+
return;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// Verify the installation succeeded by checking if the command exists
|
|
170
|
+
const version = await getWoff2Version();
|
|
171
|
+
if (!version) {
|
|
172
|
+
console.log('Installation may have failed: woff2_compress command not found after install.');
|
|
173
|
+
console.log('');
|
|
174
|
+
console.log('Please try:');
|
|
175
|
+
console.log(' 1. Restart your terminal session');
|
|
176
|
+
console.log(' 2. Run: woff2_compress --version');
|
|
177
|
+
return;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
console.log('woff2 installed successfully.');
|
|
181
|
+
console.log('');
|
|
182
|
+
console.log('Installed tools:');
|
|
183
|
+
console.log(' - woff2_compress: Convert TTF/OTF to WOFF2');
|
|
184
|
+
console.log(' - woff2_decompress: Convert WOFF2 back to TTF');
|
|
185
|
+
console.log(' - woff2_info: Display WOFF2 file information');
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Install woff2 on Ubuntu running in WSL (Windows Subsystem for Linux).
|
|
190
|
+
*
|
|
191
|
+
* Prerequisites:
|
|
192
|
+
* - Windows 10 version 2004 or higher, or Windows 11
|
|
193
|
+
* - WSL 2 enabled with Ubuntu distribution installed
|
|
194
|
+
* - sudo privileges within WSL
|
|
195
|
+
*
|
|
196
|
+
* WSL provides a full Linux environment, allowing use of the native Ubuntu
|
|
197
|
+
* package. The installation process is identical to native Ubuntu.
|
|
198
|
+
*
|
|
199
|
+
* @returns {Promise<void>}
|
|
200
|
+
*/
|
|
201
|
+
async function install_ubuntu_wsl() {
|
|
202
|
+
console.log('Detected Ubuntu running in WSL (Windows Subsystem for Linux).');
|
|
203
|
+
console.log('');
|
|
204
|
+
|
|
205
|
+
// WSL Ubuntu uses the same APT-based installation as native Ubuntu
|
|
206
|
+
await install_ubuntu();
|
|
207
|
+
|
|
208
|
+
// Add WSL-specific usage notes after installation
|
|
209
|
+
console.log('');
|
|
210
|
+
console.log('WSL NOTES:');
|
|
211
|
+
console.log(' - Access Windows files through /mnt/c/, /mnt/d/, etc.');
|
|
212
|
+
console.log(' - Example: woff2_compress /mnt/c/Users/You/Fonts/myfont.ttf');
|
|
213
|
+
console.log(' - Output will be created in the same directory as the input file');
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Install woff2 on Raspberry Pi OS using APT.
|
|
218
|
+
*
|
|
219
|
+
* Prerequisites:
|
|
220
|
+
* - Raspberry Pi OS (Bookworm or Bullseye), 32-bit or 64-bit
|
|
221
|
+
* - Raspberry Pi 3 or later recommended
|
|
222
|
+
* - sudo privileges
|
|
223
|
+
* - At least 50 MB free disk space
|
|
224
|
+
*
|
|
225
|
+
* Raspberry Pi OS is based on Debian, so the installation process uses APT.
|
|
226
|
+
* The woff2 package is available for both ARM architectures (arm64, armhf).
|
|
227
|
+
*
|
|
228
|
+
* @returns {Promise<void>}
|
|
229
|
+
*/
|
|
230
|
+
async function install_raspbian() {
|
|
231
|
+
console.log('Checking if woff2 is already installed...');
|
|
232
|
+
|
|
233
|
+
// Check if woff2 is already installed by looking for the command
|
|
234
|
+
const existingVersion = await getWoff2Version();
|
|
235
|
+
if (existingVersion) {
|
|
236
|
+
console.log('woff2 is already installed, skipping installation.');
|
|
237
|
+
return;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
// Update package lists before installing
|
|
241
|
+
console.log('Updating package lists...');
|
|
242
|
+
const updateResult = await apt.update();
|
|
243
|
+
if (!updateResult.success) {
|
|
244
|
+
console.log('Warning: Failed to update package lists. Continuing with installation...');
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
// Install woff2 using APT - same process as Ubuntu/Debian
|
|
248
|
+
console.log('Installing woff2 via APT...');
|
|
249
|
+
const result = await apt.install('woff2');
|
|
250
|
+
|
|
251
|
+
if (!result.success) {
|
|
252
|
+
console.log('Failed to install woff2 via APT.');
|
|
253
|
+
console.log(result.output);
|
|
254
|
+
return;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
// Verify the installation succeeded
|
|
258
|
+
const version = await getWoff2Version();
|
|
259
|
+
if (!version) {
|
|
260
|
+
console.log('Installation may have failed: woff2_compress command not found after install.');
|
|
261
|
+
console.log('');
|
|
262
|
+
console.log('Please try:');
|
|
263
|
+
console.log(' 1. Restart your terminal session');
|
|
264
|
+
console.log(' 2. Run: woff2_compress --version');
|
|
265
|
+
return;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
console.log(`woff2 ${version} installed successfully.`);
|
|
269
|
+
console.log('');
|
|
270
|
+
console.log('Installed tools:');
|
|
271
|
+
console.log(' - woff2_compress: Convert TTF/OTF to WOFF2');
|
|
272
|
+
console.log(' - woff2_decompress: Convert WOFF2 back to TTF');
|
|
273
|
+
console.log(' - woff2_info: Display WOFF2 file information');
|
|
274
|
+
console.log('');
|
|
275
|
+
console.log('RASPBERRY PI NOTES:');
|
|
276
|
+
console.log(' - Font compression is CPU-intensive');
|
|
277
|
+
console.log(' - On older Pi models, expect longer processing times for large fonts');
|
|
278
|
+
console.log('');
|
|
279
|
+
console.log('Verify installation with: woff2_compress --version');
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* Install woff2 on Amazon Linux by compiling from source.
|
|
284
|
+
*
|
|
285
|
+
* Prerequisites:
|
|
286
|
+
* - Amazon Linux 2023 (AL2023) or Amazon Linux 2 (AL2)
|
|
287
|
+
* - sudo privileges
|
|
288
|
+
* - Development tools for compiling (gcc-c++, cmake, git)
|
|
289
|
+
* - At least 200 MB free disk space
|
|
290
|
+
*
|
|
291
|
+
* IMPORTANT: woff2 is NOT available in the standard Amazon Linux repositories.
|
|
292
|
+
* This function compiles from source using the official Google woff2 repository.
|
|
293
|
+
* The build process uses the bundled brotli submodule for compression.
|
|
294
|
+
*
|
|
295
|
+
* @returns {Promise<void>}
|
|
296
|
+
*/
|
|
297
|
+
async function install_amazon_linux() {
|
|
298
|
+
console.log('Checking if woff2 is already installed...');
|
|
299
|
+
|
|
300
|
+
// Check if woff2 is already installed by looking for the command
|
|
301
|
+
const existingVersion = await getWoff2Version();
|
|
302
|
+
if (existingVersion) {
|
|
303
|
+
console.log('woff2 is already installed, skipping installation.');
|
|
304
|
+
return;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
// Detect the platform to determine which package manager and cmake command to use
|
|
308
|
+
// Amazon Linux 2023 uses dnf and cmake, Amazon Linux 2 uses yum and cmake3
|
|
309
|
+
const platform = os.detect();
|
|
310
|
+
const packageManager = platform.packageManager;
|
|
311
|
+
const cmakeCommand = packageManager === 'dnf' ? 'cmake' : 'cmake3';
|
|
312
|
+
|
|
313
|
+
// Step 1: Install build dependencies
|
|
314
|
+
console.log('Installing build dependencies...');
|
|
315
|
+
let installDepsCommand;
|
|
316
|
+
if (packageManager === 'dnf') {
|
|
317
|
+
// Amazon Linux 2023 - use dnf and install brotli-devel for system brotli
|
|
318
|
+
installDepsCommand = 'sudo dnf install -y gcc-c++ cmake git brotli-devel';
|
|
319
|
+
} else {
|
|
320
|
+
// Amazon Linux 2 - use yum, brotli-devel is not available so we use bundled
|
|
321
|
+
installDepsCommand = 'sudo yum install -y gcc-c++ cmake3 git';
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
const depsResult = await shell.exec(installDepsCommand);
|
|
325
|
+
if (depsResult.code !== 0) {
|
|
326
|
+
console.log('Failed to install build dependencies.');
|
|
327
|
+
console.log(depsResult.stderr || depsResult.stdout);
|
|
328
|
+
return;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
// Step 2: Clone the source repository with submodules
|
|
332
|
+
// The --recursive flag ensures the brotli submodule is also cloned
|
|
333
|
+
console.log('Cloning woff2 source repository...');
|
|
334
|
+
const cloneResult = await shell.exec('cd /tmp && rm -rf woff2 && git clone --recursive https://github.com/google/woff2.git');
|
|
335
|
+
if (cloneResult.code !== 0) {
|
|
336
|
+
console.log('Failed to clone woff2 repository.');
|
|
337
|
+
console.log(cloneResult.stderr || cloneResult.stdout);
|
|
338
|
+
return;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
// Step 3: Build the tools using CMake
|
|
342
|
+
console.log('Building woff2 from source...');
|
|
343
|
+
const buildCommands = `cd /tmp/woff2 && mkdir -p out && cd out && ${cmakeCommand} .. && make -j$(nproc)`;
|
|
344
|
+
const buildResult = await shell.exec(buildCommands);
|
|
345
|
+
if (buildResult.code !== 0) {
|
|
346
|
+
console.log('Failed to build woff2.');
|
|
347
|
+
console.log(buildResult.stderr || buildResult.stdout);
|
|
348
|
+
console.log('');
|
|
349
|
+
console.log('Troubleshooting:');
|
|
350
|
+
console.log(' 1. Ensure all build dependencies are installed');
|
|
351
|
+
console.log(' 2. Check available disk space');
|
|
352
|
+
console.log(' 3. Try building manually in /tmp/woff2');
|
|
353
|
+
return;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
// Step 4: Install the libraries using make install
|
|
357
|
+
// Note: woff2's CMake only installs binaries when BUILD_SHARED_LIBS=OFF,
|
|
358
|
+
// so we install libraries via make and copy binaries manually
|
|
359
|
+
console.log('Installing woff2 libraries...');
|
|
360
|
+
const installLibsResult = await shell.exec('cd /tmp/woff2/out && sudo make install');
|
|
361
|
+
if (installLibsResult.code !== 0) {
|
|
362
|
+
console.log('Failed to install woff2 libraries.');
|
|
363
|
+
console.log(installLibsResult.stderr || installLibsResult.stdout);
|
|
364
|
+
return;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
// Step 5: Manually install the binaries to /usr/local/bin
|
|
368
|
+
// The CMake install target only installs libraries by default (when BUILD_SHARED_LIBS=ON)
|
|
369
|
+
console.log('Installing woff2 binaries...');
|
|
370
|
+
const installBinResult = await shell.exec('cd /tmp/woff2/out && sudo cp woff2_compress woff2_decompress woff2_info /usr/local/bin/');
|
|
371
|
+
if (installBinResult.code !== 0) {
|
|
372
|
+
console.log('Failed to copy woff2 binaries.');
|
|
373
|
+
console.log(installBinResult.stderr || installBinResult.stdout);
|
|
374
|
+
return;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
// Step 6: Update the library cache so the shared libraries are found
|
|
378
|
+
console.log('Updating library cache...');
|
|
379
|
+
await shell.exec('sudo ldconfig');
|
|
380
|
+
|
|
381
|
+
// Step 7: Clean up the source directory
|
|
382
|
+
console.log('Cleaning up build files...');
|
|
383
|
+
await shell.exec('rm -rf /tmp/woff2');
|
|
384
|
+
|
|
385
|
+
// Verify the installation succeeded
|
|
386
|
+
const version = await getWoff2Version();
|
|
387
|
+
if (!version) {
|
|
388
|
+
console.log('Installation may have failed: woff2_compress command not found after install.');
|
|
389
|
+
console.log('');
|
|
390
|
+
console.log('Ensure /usr/local/bin is in your PATH:');
|
|
391
|
+
console.log(' echo \'export PATH="/usr/local/bin:$PATH"\' >> ~/.bashrc && source ~/.bashrc');
|
|
392
|
+
console.log('');
|
|
393
|
+
console.log('If you see shared library errors, run:');
|
|
394
|
+
console.log(' sudo ldconfig');
|
|
395
|
+
return;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
console.log('woff2 installed successfully.');
|
|
399
|
+
console.log('');
|
|
400
|
+
console.log('Installation location: /usr/local/bin/');
|
|
401
|
+
console.log('');
|
|
402
|
+
console.log('Installed tools:');
|
|
403
|
+
console.log(' - woff2_compress: Convert TTF/OTF to WOFF2');
|
|
404
|
+
console.log(' - woff2_decompress: Convert WOFF2 back to TTF');
|
|
405
|
+
console.log(' - woff2_info: Display WOFF2 file information');
|
|
406
|
+
}
|
|
9
407
|
|
|
10
408
|
/**
|
|
11
|
-
* Install
|
|
409
|
+
* Install woff2 on Windows.
|
|
410
|
+
*
|
|
411
|
+
* woff2 is NOT available as a Chocolatey or winget package. Building from
|
|
412
|
+
* source on Windows requires Visual Studio Build Tools and is complex.
|
|
413
|
+
*
|
|
414
|
+
* For Windows users, the recommended approach is to use WSL (Windows Subsystem
|
|
415
|
+
* for Linux) where woff2 can be installed easily via APT.
|
|
416
|
+
*
|
|
417
|
+
* This function provides a graceful message rather than attempting a complex
|
|
418
|
+
* source build that may fail.
|
|
419
|
+
*
|
|
420
|
+
* @returns {Promise<void>}
|
|
421
|
+
*/
|
|
422
|
+
async function install_windows() {
|
|
423
|
+
// woff2 requires compilation from source on Windows, which is complex
|
|
424
|
+
// and requires Visual Studio Build Tools. We provide a graceful message
|
|
425
|
+
// directing users to WSL as the recommended alternative.
|
|
426
|
+
console.log('woff2 is not available as a pre-built package for Windows.');
|
|
427
|
+
console.log('');
|
|
428
|
+
console.log('For Windows users, the recommended approach is to use WSL:');
|
|
429
|
+
console.log(' 1. Install WSL: wsl --install');
|
|
430
|
+
console.log(' 2. Open Ubuntu in WSL');
|
|
431
|
+
console.log(' 3. Run: dev install woff2');
|
|
432
|
+
console.log('');
|
|
433
|
+
console.log('You can then use woff2 from WSL to process fonts on your Windows filesystem');
|
|
434
|
+
console.log('by accessing files through /mnt/c/, /mnt/d/, etc.');
|
|
435
|
+
return;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
/**
|
|
439
|
+
* Install woff2 in Git Bash on Windows.
|
|
440
|
+
*
|
|
441
|
+
* Git Bash runs in a MinGW environment on Windows. Compiling woff2 natively
|
|
442
|
+
* in MinGW is complex due to build tool requirements.
|
|
443
|
+
*
|
|
444
|
+
* The recommended approach is to use WSL from within Git Bash, where woff2
|
|
445
|
+
* can be installed easily via APT.
|
|
446
|
+
*
|
|
447
|
+
* @returns {Promise<void>}
|
|
448
|
+
*/
|
|
449
|
+
async function install_gitbash() {
|
|
450
|
+
// Git Bash cannot easily compile woff2 from source
|
|
451
|
+
// Recommend using WSL instead
|
|
452
|
+
console.log('woff2 is not available for Git Bash.');
|
|
453
|
+
console.log('');
|
|
454
|
+
console.log('For Git Bash users, the recommended approach is to use WSL:');
|
|
455
|
+
console.log(' 1. Install WSL from PowerShell: wsl --install');
|
|
456
|
+
console.log(' 2. Install woff2 in WSL: wsl sudo apt-get install -y woff2');
|
|
457
|
+
console.log(' 3. Use woff2 from Git Bash via WSL: wsl woff2_compress /mnt/c/path/to/font.ttf');
|
|
458
|
+
console.log('');
|
|
459
|
+
console.log('You can create wrapper scripts in ~/bin to call WSL commands seamlessly.');
|
|
460
|
+
return;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
/**
|
|
464
|
+
* Check if woff2 is installed on the current system.
|
|
465
|
+
* @returns {Promise<boolean>} True if woff2 is installed
|
|
466
|
+
*/
|
|
467
|
+
async function isInstalled() {
|
|
468
|
+
const platform = os.detect();
|
|
469
|
+
if (platform.type === 'macos') {
|
|
470
|
+
return brew.isFormulaInstalled('woff2');
|
|
471
|
+
}
|
|
472
|
+
return isWoff2Installed();
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
/**
|
|
476
|
+
* Check if this installer is supported on the current platform.
|
|
477
|
+
* woff2 is supported on all Unix-like platforms. Windows and Git Bash users
|
|
478
|
+
* should use WSL for woff2 functionality.
|
|
479
|
+
* @returns {boolean} True if installation is supported on this platform
|
|
480
|
+
*/
|
|
481
|
+
function isEligible() {
|
|
482
|
+
const platform = os.detect();
|
|
483
|
+
return ['macos', 'ubuntu', 'debian', 'wsl', 'raspbian', 'amazon_linux', 'fedora', 'rhel'].includes(platform.type);
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
/**
|
|
487
|
+
* Main installation entry point - detects platform and runs appropriate installer.
|
|
488
|
+
*
|
|
489
|
+
* This function detects the current operating system and dispatches to the
|
|
490
|
+
* appropriate platform-specific installer function.
|
|
491
|
+
*
|
|
492
|
+
* Supported platforms:
|
|
493
|
+
* - macOS: Install via Homebrew
|
|
494
|
+
* - Ubuntu/Debian: Install via APT
|
|
495
|
+
* - Ubuntu on WSL: Install via APT within WSL
|
|
496
|
+
* - Raspberry Pi OS: Install via APT
|
|
497
|
+
* - Amazon Linux/RHEL: Compile from source
|
|
498
|
+
* - Windows: Graceful message (recommend WSL)
|
|
499
|
+
* - Git Bash: Graceful message (recommend WSL)
|
|
12
500
|
*
|
|
13
501
|
* @returns {Promise<void>}
|
|
14
502
|
*/
|
|
15
503
|
async function install() {
|
|
16
504
|
const platform = os.detect();
|
|
17
505
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
506
|
+
// Map platform types to their corresponding installer functions
|
|
507
|
+
// Multiple platform types can map to the same installer (e.g., debian and ubuntu)
|
|
508
|
+
const installers = {
|
|
509
|
+
'macos': install_macos,
|
|
510
|
+
'ubuntu': install_ubuntu,
|
|
511
|
+
'debian': install_ubuntu,
|
|
512
|
+
'wsl': install_ubuntu_wsl,
|
|
513
|
+
'raspbian': install_raspbian,
|
|
514
|
+
'amazon_linux': install_amazon_linux,
|
|
515
|
+
'fedora': install_amazon_linux,
|
|
516
|
+
'rhel': install_amazon_linux,
|
|
517
|
+
'windows': install_windows,
|
|
518
|
+
'gitbash': install_gitbash,
|
|
519
|
+
};
|
|
520
|
+
|
|
521
|
+
// Look up the installer for the detected platform
|
|
522
|
+
const installer = installers[platform.type];
|
|
523
|
+
|
|
524
|
+
// If no installer exists for this platform, inform the user gracefully
|
|
525
|
+
// Do not throw an error - just log a message and return
|
|
526
|
+
if (!installer) {
|
|
527
|
+
console.log(`woff2 is not available for ${platform.type}.`);
|
|
528
|
+
return;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
// Run the platform-specific installer
|
|
532
|
+
await installer();
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
module.exports = {
|
|
536
|
+
install,
|
|
537
|
+
isInstalled,
|
|
538
|
+
isEligible,
|
|
539
|
+
install_macos,
|
|
540
|
+
install_ubuntu,
|
|
541
|
+
install_ubuntu_wsl,
|
|
542
|
+
install_raspbian,
|
|
543
|
+
install_amazon_linux,
|
|
544
|
+
install_windows,
|
|
545
|
+
install_gitbash,
|
|
546
|
+
};
|
|
41
547
|
|
|
42
548
|
if (require.main === module) {
|
|
43
|
-
install()
|
|
549
|
+
install().catch(err => {
|
|
550
|
+
console.error(err.message);
|
|
551
|
+
process.exit(1);
|
|
552
|
+
});
|
|
44
553
|
}
|