nvm-windows
nvm-windows copied to clipboard
Script Launcher
Having a script launcher similar to npm would be an effective way for customizing functionality that does not fit into the hooks system.
For example, running nvm run <...>
should execute a shell/batch script created by the user.
Inspired by issue #255 and PR #258.