
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
node-pre-gyp-github
Advanced tools
A node-pre-gyp module which provides the ability to publish to GitHub releases.
Instead of node-pre-gyp publish use node-pre-gyp-github publish
--silent : Turns verbose messages off.
--release : Publish the GitHub Release immediately instead of creating a Draft.
For Ex. node-pre-gyp-github publish --release
npm install -g node-pre-gyp-github
# or
yarn global add node-pre-gyp-github
This module is intended to be used with node-pre-gyp. Therefore, be sure to configure and install node-pre-gyp first. After having done that, within package.json update the binary properties host and remote_path so it matches the following format:
"host": "https://github.com/[owner]/[repo]/releases/download/",
"remote_path": "{version}"
Be sure to replace [owner], [repo], with actual values,
but DO NOT replace {version} with actual version.
WARNING: Variable substitutions are not supported on the host property and on the remote_path only {version} placeholder is supported. The value of remote_path after substitution will become a release tag name. Do not use forbidden git tag characters for version and remote_path properties.
Within GitHub, create a new authorization:
Settings -> Developer settingsPersonal access tokensGenerate new tokenpublic_repo and repo_deploymentNODE_PRE_GYP_GITHUB_TOKEN environment variable to it. Within your command prompt:SET NODE_PRE_GYP_GITHUB_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
FAQs
A node-pre-gyp module which provides the ability to publish to GitHub releases.
The npm package node-pre-gyp-github receives a total of 1,136 weekly downloads. As such, node-pre-gyp-github popularity was classified as popular.
We found that node-pre-gyp-github demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.

Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.

Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.