pkg-binary-builder

Solid

Configure pkg for Node.js binary builds with asset bundling and cross-platform targets.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
23
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Pkg Binary Builder Configure pkg for Node.js binary builds. ## Generated Patterns ```json { "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" } } ``` ## Target Processes - cli-binary-distribution - package-manager-publishing

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills