Skip to content

install and use node versions per project

License

Notifications You must be signed in to change notification settings

SimplyComple0x78/localn

 
 

Repository files navigation

localn

install and use node versions per project

usage

$(localn init) to set your path

localn 4.3.0 to install and use a specific version

localn lts to install and use the last lts release version

localn stable to install and use the last stable release version

localn latest to install and use the last (maybe unstable) release version

localn latest 7 to install and use the last 7.x.x release version

localn latest 7.1 to install and use the last 7.1.x release version

localn install to install the highest possible node version matching .engines.node of the package.json in path

works best with direnv

About

install and use node versions per project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 88.4%
  • Makefile 8.2%
  • Dockerfile 3.4%