タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

nodejsとRustとpackageに関するefclのブックマーク (1)

  • GitHub - endevco/aube: A fast Node.js package manager

    Fast installs. Warm installs with the global virtual store are about 10x faster than pnpm and about 3x faster than Bun in the current benchmarks. Repeat test commands run up to 101x faster than pnpm and up to 5x faster than Bun. Existing lockfiles. Reads and writes pnpm-lock.yaml, package-lock.json, npm-shrinkwrap.json, yarn.lock, and bun.lock in place. Cheap repeat commands. aubr test, aube test,

    GitHub - endevco/aube: A fast Node.js package manager
    efcl
    efcl 2026/04/20
    Rustで書かれたNode.js向けのパッケージマネージャー。 `pnpm-lock.yaml`/`package-lock.json`/`npm-shrinkwrap.json`/`yarn.lock`/`bun.lock`などの既存のロックファイル形式の読み書きに対応している。 グローバルなcontent-addressable storeによるパッケ
  • 1