From 55a4f1fc869e41aca748c63d3018f0448b1606e0 Mon Sep 17 00:00:00 2001 From: pack Date: Sun, 9 Aug 2026 10:37:07 +0000 Subject: first commit --- node_modules/prebuild-install/help.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 node_modules/prebuild-install/help.txt (limited to 'node_modules/prebuild-install/help.txt') diff --git a/node_modules/prebuild-install/help.txt b/node_modules/prebuild-install/help.txt new file mode 100644 index 0000000..0dd316e --- /dev/null +++ b/node_modules/prebuild-install/help.txt @@ -0,0 +1,16 @@ +prebuild-install [options] + + --download -d [url] (download prebuilds, no url means github) + --target -t version (version to install for) + --runtime -r runtime (Node runtime [node or electron] to build or install for, default is node) + --path -p path (make a prebuild-install here) + --token -T gh-token (github token for private repos) + --arch arch (target CPU architecture, see Node OS module docs, default is current arch) + --platform platform (target platform, see Node OS module docs, default is current platform) + --tag-prefix (github tag prefix, default is "v") + --force (always use prebuilt binaries when available) + --build-from-source (skip prebuild download) + --verbose (log verbosely) + --libc (use provided libc rather than system default) + --debug (set Debug or Release configuration) + --version (print prebuild-install version and exit) -- cgit v1.2.3