stackabletech / stackabletech/cockpit

Switch to pnpm or bun as package manager

Open
#82 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
1
Forks
0
Avg merge
22h 6m
Merged PRs (30d)
12

Description

Currently, we're using npm. Unfortunately, npm is known for its slow package install speeds, impacting developer experience.

Also: We can benefit from faster application builds both localy and in ci tasks.

Goals:

  1. Evaluate using bun or pnpm as the new package manager
  2. Document reasons for / against the package managers and the final decision in an Architecture decision record (ADR)
  3. Migrate the App to use the new package manager
  4. Migrate the CI Pipeline (mainly the Dockerfile) to also build the app with the new package manager

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the current npm setup and Dockerfile, then compare bun and pnpm for install and build performance in local and CI use. Record the trade-offs and final choice in an Architecture Decision Record, migrate the app and Docker-based CI pipeline, and verify that the application builds successfully through both workflows.

Written by the indexing model from the issue text.

Assessment

Tech stack
bun, dockerfile, typescript
Domain
build-system, ci-cd, developer-experience
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.