stackabletech / stackabletech/cockpit
Switch to pnpm or bun as package manager
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:
- Evaluate using bun or pnpm as the new package manager
- Document reasons for / against the package managers and the final decision in an Architecture decision record (ADR)
- Migrate the App to use the new package manager
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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