nypm icon indicating copy to clipboard operation
nypm copied to clipboard

feat: support pnpm aliases for removing packages

Open danielwaltz opened this issue 10 months ago โ€ข 0 comments

๐Ÿ”— 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.

danielwaltz avatar Apr 12 '24 01:04 danielwaltz