-
Notifications
You must be signed in to change notification settings - Fork 323
Description
I hope this message finds you well. I am writing to discuss a potential enhancement to the Volta tool that I believe could improve user experience, especially for those transitioning from other version management systems like nvm.
Currently, Volta utilizes volta pin as a command to pin a specific Node.js version. While functional, I've noticed that users coming from nvm might find it more intuitive if there were an alias that aligns more closely with their previous experience.
In nvm, and nrm, the use sub-command is typically employed to switch between different versions or npm registries. Would it be possible to consider introducing volta use as an alias for volta pin? This addition could facilitate a smoother transition for users and potentially enhance the overall usability of the tool.
volta use node@18 # as an alias for: volta pin node@18This could facilitate a smoother transition for users coming from nvm. Similar to how pnpm supports both install and add, offering synonymous commands could enhance user experience.