Skip to content

[P3] Standards: Bun-only audit across all repos #1107

@Delqhi

Description

@Delqhi

Task

Audit ALL OpenSIN repos for any remaining npm/bunx usage.

Check

grep -r "npm \|npm install\|npm run\|npx \|bunx" . --include="*.md" --include="*.json" | grep -v node_modules

Repos to check

  • OpenSIN-Code (primary)
  • OpenSIN-overview
  • OpenSIN
  • OpenSIN-documentation

If found

Replace with bun equivalents:

  • npm install → bun install
  • npm run build → bun run build
  • npx → bunx (except wrangler)
  • package-lock.json → delete (bun.lockb exists)

Validation

Zero npm/npx/bunx in any repo documentation or configs

Linked Epic

Epic #1089

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions