بنقرة واحدة
node-package
Add or upgrade Node.js/npm packages in the nix-registry
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Add or upgrade Node.js/npm packages in the nix-registry
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add or upgrade Bun-based wrapper packages in the nix-registry
Add or upgrade pre-built binary packages (binWrapper) in the nix-registry
Add or upgrade Go packages in the nix-registry
Add or upgrade .NET/NuGet packages in the nix-registry
Add or upgrade Python packages in the nix-registry
Add or upgrade Rust packages in the nix-registry
| name | node-package |
| description | Add or upgrade Node.js/npm packages in the nix-registry |
| trigger | /node-package |
Guide for working with Node.js packages (built the official nixpkgs way with buildNpmPackage).
Note: This project uses
plsinstead oftaskfor running Taskfile commands (e.g.,pls gen:node:22).
Packages are declared in node/22/node-packages.json (the manifest) and built
via node/22/build-npm.nix + export.nix. Registry tarballs ship pre-built
output but no lockfile, so pls gen:node:22 vendors a prod-only
package-lock.json per package and pins the tarball + npm-deps hashes.
See Node Guide for complete documentation on:
pls gen:node:22 for lockfile/hash generation