Skip to content

Commit

Permalink
Week 6: Demo Proposal (#2443)
Browse files Browse the repository at this point in the history
* Week 6: Demo Proposal

* Week 5: Presentation Proposal

* Remove presentation proposal
  • Loading branch information
YileiCheng authored Sep 21, 2024
1 parent f45840f commit 05c77ff
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions contributions/demo/week6/yilei-lawang/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Assignment Proposal

## Title

Comparing pnpm, npm and yarn

## Names and KTH ID

- Yilei Cheng ([email protected])
- Laicaiwei Wang ([email protected])

## Deadline

- Week 6

## Category

- Demo

## Description

In this demo, we will compare three popular JavaScript package managers: npm, Yarn, and pnpm. We’ll explore their core features, performance differences, and unique capabilities. Through live demonstrations, we’ll compare installation speeds, disk space usage, and other practical aspects to help you understand which tool might best suit your development needs. By the end of the session, you’ll have a clear perspective on the strengths and trade-offs of each package manager, enabling you to make an informed choice for your projects.

**Relevance**

Comparing npm, Yarn, and pnpm is crucial for understanding how different package managers handle dependency management. Each tool offers unique features and optimizations that affect installation speed, disk usage, and dependency resolution. Knowing these differences helps you choose the best tool for efficient and effective project management.

0 comments on commit 05c77ff

Please sign in to comment.