nypm
nypm copied to clipboard
feat: support pnpm aliases for removing packages
๐ Linked issue
#125
โ Type of change
- [ ] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality like performance)
- [x] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
I found that nypm
does not support the same aliases for package removal that pnpm
does. This PR adds support for those!
Resolves #125
๐ Checklist
- [x] I have linked an issue or discussion.
- [ ] I have updated the documentation accordingly.