Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
Eugene Lazutkin edited this page Jul 15, 2020 · 3 revisions

Dashboard

NPM version

Known Vulnerabilities Dependencies devDependencies

About

This is a minimal-dependency micro helper for developers of binary addons for Node. It is a companion project for install-artifact-from-github. These two projects are integrated with GitHub facilities and solve two problems:

  • save-artifact-to-github saves a binary artifact according to the platform, architecture, and Node ABI.
  • install-artifact-from-github retrieves such artifact, tests if it works properly, and rebuilds a project from sources in the case of failure.

In general, it can save your users from a long recompilation and, in some cases, even save them from installing build tools. By using GitHub facilities (Releases and Actions) the whole process of publishing and subsequent installations are secure, transparent, inexpensive, or even free for public repositories.

General information

All general information for both utilities are in install-artifact-from-github's wiki.

Clone this wiki locally