wclr/yalc
Work with yarn/npm packages locally like a boss. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3426
- days_rel: n/a
- days_push: 747
- n_releases_24m: 0
Adoption not part of the score
6306 stars · 165 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Yalc is a CLI tool that manages a local store of npm/yarn packages so you can test locally developed packages in other projects without publishing to a remote registry. It improves on npm/yarn link by copying published package content and injecting file: dependencies instead of relying on symlinks.
Use cases
- test a local package in another project without publishing to npm
- replace npm link / yarn link workflow for package authors
- develop multiple interdependent packages locally
- inject a WIP package version into a project's package.json
- share unpublished packages across local projects
When to choose
- you author npm/yarn packages and need to test them in consuming projects before publishing
- symlink-based npm/yarn link causes dependency resolution or filesystem problems
- you work with yarn, npm, or pnpm workspaces and need local package injection
When to avoid
- you only consume published packages and never develop packages locally
- your project uses package managers other than npm/yarn/pnpm for package.json dependencies
- you need full monorepo dependency hoisting rather than single-package injection
Facets
cli-tool · maturity active
package-manager developer-tools cli developer-tools web-development cli cross-platform npm yarn local-package-development monorepo package-linking typescript command-line nodejs
1 source
- readme: https://github.com/wclr/yalc · fetched 2026-08-28 · e0ac92b27d05
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wclr/yalc | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem