Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ristos
on Aug 18, 2024
|
parent
|
context
|
favorite
| on:
Micro-libraries should never be used
Yeah there's a way to do that, yarn and pnpm can flatten the dependency tree. You can add the fork directly too:
yarn add <path/to/your/forked/micro-library.git>
pnpm add <path/to/your/forked/micro-library.git>
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
yarn add <path/to/your/forked/micro-library.git>
pnpm add <path/to/your/forked/micro-library.git>