loopbackio / loopbackio/loopback-next
Add pnpm to supported package managers.
Open
Nobody has claimed this yet.
CLI
feature
- Dominant language
- TypeScript
- Stars
- 5.1k
- Forks
- 1.1k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 27
Description
pnpm supports the exact same cli interface as npm so it should be as simple as changing all occurrences of npm to pnpm.
Contributor guide
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
Open packages/cli/lib/base-generator.js at the linked line and inspect how npm is represented in the package-manager handling. Update the relevant npm occurrences for pnpm, then verify that the CLI accepts pnpm anywhere the issue identifies as using the same interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100