Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support install with "lts", "latest" keywords #967

Open
hhheroo opened this issue Jan 9, 2025 · 0 comments
Open

support install with "lts", "latest" keywords #967

hhheroo opened this issue Jan 9, 2025 · 0 comments

Comments

@hhheroo
Copy link

hhheroo commented Jan 9, 2025

I wrote a plugin called nodenv-lts-install, which can install Node.js using some keywords.

# install current latest node version
nodenv install latest
# install current latest lts node version
nodenv install lts
# install latest node22
nodenv install jod
# install latest node20
nodenv install iron
# install latest node20.x.x
nodenv install 20
# install latest node20.1.x
nodenv install 20.1
# install node20.1.0
nodenv install 20.1.0

Since I am not familiar with shell scripting, I developed it using JavaScript. I am looking for someone who can help me translate it to shell script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant