AK-21/Graphite-Industrial-Intelligence
0
1prebuild-install [options]2 3 --download -d [url] (download prebuilds, no url means github)4 --target -t version (version to install for)5 --runtime -r runtime (Node runtime [node or electron] to build or install for, default is node)6 --path -p path (make a prebuild-install here)7 --token -T gh-token (github token for private repos)8 --arch arch (target CPU architecture, see Node OS module docs, default is current arch)9 --platform platform (target platform, see Node OS module docs, default is current platform)10 --tag-prefix <prefix> (github tag prefix, default is "v")11 --force (always use prebuilt binaries when available)12 --build-from-source (skip prebuild download)13 --verbose (log verbosely)14 --libc (use provided libc rather than system default)15 --debug (set Debug or Release configuration)16 --version (print prebuild-install version and exit)17 