pkg-binary-builder

Installation
SKILL.md

Pkg Binary Builder

Configure pkg for Node.js binary builds.

Generated Patterns

{
  "pkg": {
    "scripts": "dist/**/*.js",
    "assets": ["dist/**/*.json", "node_modules/better-sqlite3/**/*"],
    "targets": ["node18-linux-x64", "node18-macos-x64", "node18-win-x64"],
    "outputPath": "build"
  },
  "scripts": {
    "build:binary": "pkg . --compress GZip"
  }
}
Installs
1
GitHub Stars
3
First Seen
Jun 12, 2026
pkg-binary-builder — aibot88/sec_skill_store